Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Obeam.Abstract_formatmodule Sf = Simple_term_formatmodule Z = Aux.Zval raise_unknown_error : string -> Sf.t -> 'aval pp_line_t :
Ppx_deriving_runtime.Format.formatter ->
line_t ->
Ppx_deriving_runtime.unitval show_line_t : line_t -> Ppx_deriving_runtime.stringand form_t = | ModDecl of form_t list| AttrExport of line_t * (string * int) list| AttrExportType of line_t * (string * int) list| AttrImport of line_t * (string * int) list| AttrMod of line_t * string| AttrFile of line_t * string * line_t| DeclFun of line_t * string * int * clause_t list| SpecFun of line_t * string option * string * int * type_t list| DeclRecord of line_t * (line_t * string * expr_t option * type_t option) list| DeclType of line_t * string * (line_t * string) list * type_t| DeclOpaqueType of line_t * string * (line_t * string) list * type_t| AttrWild of line_t * string * Sf.t| FormEofand pattern_t = | PatMap of line_t * pattern_assoc_t list| PatUniversal of line_t| PatVar of line_t * string| PatLit of literal_tand expr_t = | ExprBody of expr_t list| ExprCase of line_t * expr_t * clause_t list| ExprLocalCall of line_t * expr_t * expr_t list| ExprRemoteCall of line_t * line_t * expr_t * expr_t * expr_t list| ExprMapCreation of line_t * expr_assoc_t list| ExprMapUpdate of line_t * expr_t * expr_assoc_t list| ExprBinOp of line_t * string * expr_t * expr_t| ExprVar of line_t * string| ExprLit of literal_tand clause_t = | ClsCase of line_t * pattern_t * guard_sequence_t option * expr_t| ClsFun of line_t * pattern_t list * guard_sequence_t option * expr_tand guard_test_t = | GuardTestCall of line_t * literal_t * guard_test_t list| GuardTestMapCreation of line_t * guard_test_assoc_t list| GuardTestMapUpdate of line_t * guard_test_t * guard_test_assoc_t list| GuardTestBinOp of line_t * string * guard_test_t * guard_test_t| GuardTestVar of line_t * string| GuardTestLit of literal_tand guard_test_assoc_t = | GuardTestAssoc of line_t * guard_test_t * guard_test_t| GuardTestAssocExact of line_t * guard_test_t * guard_test_tand type_t = | TyAnn of line_t * type_t * type_t| TyPredef of line_t * string * type_t list| TyProduct of line_t * type_t list| TyVar of line_t * string| TyContFun of line_t * type_t * type_t| TyFun of line_t * type_t * type_t| TyCont of type_t list| TyContRel of line_t * type_t * type_t * type_t| TyContIsSubType of line_tval pp :
Ppx_deriving_runtime.Format.formatter ->
t ->
Ppx_deriving_runtime.unitval show : t -> Ppx_deriving_runtime.stringval pp_form_t :
Ppx_deriving_runtime.Format.formatter ->
form_t ->
Ppx_deriving_runtime.unitval show_form_t : form_t -> Ppx_deriving_runtime.stringval pp_literal_t :
Ppx_deriving_runtime.Format.formatter ->
literal_t ->
Ppx_deriving_runtime.unitval show_literal_t : literal_t -> Ppx_deriving_runtime.stringval pp_pattern_t :
Ppx_deriving_runtime.Format.formatter ->
pattern_t ->
Ppx_deriving_runtime.unitval show_pattern_t : pattern_t -> Ppx_deriving_runtime.stringval pp_pattern_assoc_t :
Ppx_deriving_runtime.Format.formatter ->
pattern_assoc_t ->
Ppx_deriving_runtime.unitval show_pattern_assoc_t : pattern_assoc_t -> Ppx_deriving_runtime.stringval pp_expr_t :
Ppx_deriving_runtime.Format.formatter ->
expr_t ->
Ppx_deriving_runtime.unitval show_expr_t : expr_t -> Ppx_deriving_runtime.stringval pp_expr_assoc_t :
Ppx_deriving_runtime.Format.formatter ->
expr_assoc_t ->
Ppx_deriving_runtime.unitval show_expr_assoc_t : expr_assoc_t -> Ppx_deriving_runtime.stringval pp_clause_t :
Ppx_deriving_runtime.Format.formatter ->
clause_t ->
Ppx_deriving_runtime.unitval show_clause_t : clause_t -> Ppx_deriving_runtime.stringval pp_guard_sequence_t :
Ppx_deriving_runtime.Format.formatter ->
guard_sequence_t ->
Ppx_deriving_runtime.unitval show_guard_sequence_t : guard_sequence_t -> Ppx_deriving_runtime.stringval pp_guard_t :
Ppx_deriving_runtime.Format.formatter ->
guard_t ->
Ppx_deriving_runtime.unitval show_guard_t : guard_t -> Ppx_deriving_runtime.stringval pp_guard_test_t :
Ppx_deriving_runtime.Format.formatter ->
guard_test_t ->
Ppx_deriving_runtime.unitval show_guard_test_t : guard_test_t -> Ppx_deriving_runtime.stringval pp_guard_test_assoc_t :
Ppx_deriving_runtime.Format.formatter ->
guard_test_assoc_t ->
Ppx_deriving_runtime.unitval show_guard_test_assoc_t : guard_test_assoc_t -> Ppx_deriving_runtime.stringval pp_type_t :
Ppx_deriving_runtime.Format.formatter ->
type_t ->
Ppx_deriving_runtime.unitval show_type_t : type_t -> Ppx_deriving_runtime.stringval name_and_arity_of_sf : Sf.t -> string * intval pat_assoc_of_sf : Sf.t -> pattern_assoc_tval expr_assoc_of_sf : Sf.t -> expr_assoc_tval guard_sequence_of_sf : Sf.t -> guard_sequence_tval guard_test_of_sf : Sf.t -> guard_test_tval guard_test_assoc_of_sf : Sf.t -> guard_test_assoc_tval of_etf : Obeam__External_term_format.t -> t