package comby-kernel

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

Module Alpha_string_literals.RawSource

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)

Sourcemodule type S = sig ... end
Sourcemodule Make (M : S) : sig ... end
OCaml

Innovation. Community. Security.