Created
July 26, 2020 14:27
-
-
Save gokulsan/07e19569a71f2646f73dadc41ed24db8 to your computer and use it in GitHub Desktop.
Enchanting Expressions in OCaml
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
# A Boolean True Expression Between Special Characters | |
{|"\\"|}="\"\\\\\"";; | |
# A Boolean True Expression Between Strong Literals | |
{delimiter|the end of this|}quoted string is here|delimiter} | |
= "the end of this|}quoted string is here";; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment