package comby-kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

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)

module type S = sig ... end
module Make (M : S) : sig ... end