Skip to content

Commit 290b711

Browse files
committed
Compile option for MLton to avoid overflows
1 parent a5c0d5a commit 290b711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ML/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ munta_int.mlb: munta.mlb
2828
patch -i munta_int.patch -o munta_int.mlb
2929

3030
muntax: muntax.mlb Muntax.sml Simple_Model_Checker.sml
31-
mlton -output munta muntax.mlb
31+
mlton -output munta -default-type int64 muntax.mlb
3232

3333
convert_int: Certificate.ML
3434
sed -i -e 's/IntInf/Int/g' Certificate.ML

0 commit comments

Comments
 (0)