Skip to content

Instantly share code, notes, and snippets.

@gokulsan
Created July 26, 2020 14:27
Show Gist options
  • Save gokulsan/07e19569a71f2646f73dadc41ed24db8 to your computer and use it in GitHub Desktop.
Save gokulsan/07e19569a71f2646f73dadc41ed24db8 to your computer and use it in GitHub Desktop.
Enchanting Expressions in OCaml
# 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