comby-kernel.parsers
Alpha_string_literals.Escapable
Assumes the left and right delimiter are the same, and that these can be escaped. Does not parse a string body containing newlines (as usual when escaping with \n)
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