comby-kernel.parsers
Alpha_string_literals.Raw
Quoted or raw strings. Allows different left and right delimiters, and disallows any sort of escaping. Does not support raw strings with identifiers yet, e.g., lah|<string body>|blah (OCaml) or delim`<string body>`delim syntax (Go)
comby-kernel
comby-kernel.language
comby-kernel.match
comby-kernel.matchers
comby-kernel.replacement
comby-kernel.rewriter
module type S = sig ... end
module Make (M : S) : sig ... end