Skip to content

Commit

Permalink
Remove more bare expressions for mosml's sake
Browse files Browse the repository at this point in the history
build -t still doesn't work under Moscow ML because of issues trying
to compile regular-play/emit
  • Loading branch information
mn200 committed Nov 8, 2023
1 parent ee74295 commit 0d380a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/formal-languages/lambek/CutFreeScript.sml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ end;

val _ = new_theory "CutFree";

hide "S";
val _ = hide "S";

(*** Module: CutSequent ***)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,7 @@ fun copyDep name =



copyDep "combin";
copyDep "pair";
copyDep "num";
copyDep "list";
copyDep "rich_list";
val _ = List.app copyDep ["combin","pair" ,"num" ,"list" ,"rich_list"]



Expand Down

0 comments on commit 0d380a5

Please sign in to comment.