package piqilib

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

Module Piqobj_to_piqSource

Sourceval is_external_mode : bool ref
Sourceval gen_float : 'a -> [> `float of 'a * string ]
Sourceval gen_string : ?piq_format:[> `text | `word ] -> string -> [> `string of string * string | `text of string | `word of string ]
Sourceval gen_binary : string -> [> `binary of string * string | `string of string * string ]
Sourceval make_named : string -> Piq_ast.Piq_ast.ast -> [> `named of Piq_ast.Named.t ]
Sourceval make_name : 'a -> [> `name of 'a ]
Sourceval make_typed : string -> Piq_ast.Piq_ast.ast -> C.piq_ast
Sourceval order_record_fields : C.T.Record.t -> Piqobj_common.F.t list -> Piqobj_common.F.t list
Sourceval gen_obj0 : ?piq_format:C.T.piq_format -> Piqobj.obj -> C.piq_ast
Sourceval gen_typed_obj : Piqobj.obj -> [> `typed of Piq_ast.Typed.t ]
Sourceval gen_any : Piqobj.any -> C.piq_ast
Sourceval gen_record : Piqobj.record -> C.piq_ast
Sourceval gen_field : Piqobj_common.F.t -> Piq_ast.ast list
Sourceval gen_variant : Piqobj.variant -> C.piq_ast
Sourceval gen_enum : Piqobj.enum -> C.piq_ast
Sourceval gen_list : Piqobj.list -> C.piq_ast
Sourceval gen_alias : ?piq_format:C.T.piq_format -> Piqobj.alias -> C.piq_ast
Sourceval gen_obj : Piqobj.obj -> C.piq_ast
OCaml

Innovation. Community. Security.