package GuaCaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type !'r t = (string, ParaLex.token, 'r) OpalATree.t
val exactly_symbol : string -> ParaLex.token t
val symbol : string t
val exactly_keyword : string -> ParaLex.token t
val keyword : string t
val sub : string -> 'r t -> 'r t
val tuple_coma_bracket : 'r t -> 'r list t
val tuple_coma_wavy : ?empty:bool -> 'r t -> 'r list t
val tuple_wavy : ?empty:bool -> 'r t -> 'r list t
val tuple_coma : ?coma:string -> 'r t -> 'r list t
val option : 'r t -> 'r option t
val single_instanciation_type : Lang_OCaml_type_Types.single_instanciation_type t
val product_or_record_type : Lang_OCaml_type_Types.product_or_record_type t