#!/usr/bin/env bash # Taken from the FStar repository for i in 8 16 32 64; do f=Hacl.UInt$i.fst cat > $f <> $f if [ $i -eq 8 ]; then echo "type byte = t" >> $f fi done