Created
August 10, 2018 10:49
-
-
Save Niols/9cea702c451d108b9bef5c535061b156 to your computer and use it in GitHub Desktop.
Minimal example for colis-anr/morbig#37
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.PHONY: build clean | |
OCAMLBUILD=ocamlbuild -use-ocamlfind | |
build: | |
$(OCAMLBUILD) test.native | |
clean: | |
$(OCAMLBUILD) -clean |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let do_something = | |
Format.printf "I did something (%d)!@." |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
type ccl = Libmorbig.CST.complete_command_list | |
let () = Options.do_something 27 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment