dwww Home | Manual pages | Find package

Ast_helper.Exp(3o)               OCaml library              Ast_helper.Exp(3o)

NAME
       Ast_helper.Exp - Expressions

Module
       Module   Ast_helper.Exp

Documentation
       Module Exp
        : sig end

       Expressions

       val  mk  :  ?loc:Ast_helper.loc  ->  ?attrs:Ast_helper.attrs  -> Parse-
       tree.expression_desc -> Parsetree.expression

       val attr : Parsetree.expression -> Parsetree.attribute -> Parsetree.ex-
       pression

       val   ident   :   ?loc:Ast_helper.loc   ->  ?attrs:Ast_helper.attrs  ->
       Ast_helper.lid -> Parsetree.expression

       val constant : ?loc:Ast_helper.loc -> ?attrs:Ast_helper.attrs -> Parse-
       tree.constant -> Parsetree.expression

       val  let_  :  ?loc:Ast_helper.loc  ->  ?attrs:Ast_helper.attrs  -> Ast-
       types.rec_flag -> Parsetree.value_binding list ->  Parsetree.expression
       -> Parsetree.expression

       val  fun_  :  ?loc:Ast_helper.loc  ->  ?attrs:Ast_helper.attrs  -> Ast-
       types.arg_label -> Parsetree.expression option -> Parsetree.pattern  ->
       Parsetree.expression -> Parsetree.expression

       val  function_  :  ?loc:Ast_helper.loc  ->  ?attrs:Ast_helper.attrs  ->
       Parsetree.case list -> Parsetree.expression

       val apply : ?loc:Ast_helper.loc ->  ?attrs:Ast_helper.attrs  ->  Parse-
       tree.expression  -> (Asttypes.arg_label * Parsetree.expression) list ->
       Parsetree.expression

       val match_ : ?loc:Ast_helper.loc -> ?attrs:Ast_helper.attrs  ->  Parse-
       tree.expression -> Parsetree.case list -> Parsetree.expression

       val  try_  :  ?loc:Ast_helper.loc  -> ?attrs:Ast_helper.attrs -> Parse-
       tree.expression -> Parsetree.case list -> Parsetree.expression

       val tuple : ?loc:Ast_helper.loc ->  ?attrs:Ast_helper.attrs  ->  Parse-
       tree.expression list -> Parsetree.expression

       val  construct  :  ?loc:Ast_helper.loc  ->  ?attrs:Ast_helper.attrs  ->
       Ast_helper.lid -> Parsetree.expression option -> Parsetree.expression

       val variant : ?loc:Ast_helper.loc ->  ?attrs:Ast_helper.attrs  ->  Ast-
       types.label -> Parsetree.expression option -> Parsetree.expression

       val   record   :   ?loc:Ast_helper.loc  ->  ?attrs:Ast_helper.attrs  ->
       (Ast_helper.lid * Parsetree.expression)  list  ->  Parsetree.expression
       option -> Parsetree.expression

       val  field  :  ?loc:Ast_helper.loc -> ?attrs:Ast_helper.attrs -> Parse-
       tree.expression -> Ast_helper.lid -> Parsetree.expression

       val setfield : ?loc:Ast_helper.loc -> ?attrs:Ast_helper.attrs -> Parse-
       tree.expression  ->  Ast_helper.lid  ->  Parsetree.expression -> Parse-
       tree.expression

       val array : ?loc:Ast_helper.loc ->  ?attrs:Ast_helper.attrs  ->  Parse-
       tree.expression list -> Parsetree.expression

       val  ifthenelse  :  ?loc:Ast_helper.loc  ->  ?attrs:Ast_helper.attrs ->
       Parsetree.expression ->  Parsetree.expression  ->  Parsetree.expression
       option -> Parsetree.expression

       val sequence : ?loc:Ast_helper.loc -> ?attrs:Ast_helper.attrs -> Parse-
       tree.expression -> Parsetree.expression -> Parsetree.expression

       val while_ : ?loc:Ast_helper.loc -> ?attrs:Ast_helper.attrs  ->  Parse-
       tree.expression -> Parsetree.expression -> Parsetree.expression

       val  for_  :  ?loc:Ast_helper.loc  -> ?attrs:Ast_helper.attrs -> Parse-
       tree.pattern -> Parsetree.expression ->  Parsetree.expression  ->  Ast-
       types.direction_flag -> Parsetree.expression -> Parsetree.expression

       val  coerce  : ?loc:Ast_helper.loc -> ?attrs:Ast_helper.attrs -> Parse-
       tree.expression -> Parsetree.core_type option -> Parsetree.core_type ->
       Parsetree.expression

       val  constraint_  :  ?loc:Ast_helper.loc  -> ?attrs:Ast_helper.attrs ->
       Parsetree.expression -> Parsetree.core_type -> Parsetree.expression

       val send : ?loc:Ast_helper.loc  ->  ?attrs:Ast_helper.attrs  ->  Parse-
       tree.expression -> Ast_helper.str -> Parsetree.expression

       val   new_   :   ?loc:Ast_helper.loc   ->   ?attrs:Ast_helper.attrs  ->
       Ast_helper.lid -> Parsetree.expression

       val setinstvar  :  ?loc:Ast_helper.loc  ->  ?attrs:Ast_helper.attrs  ->
       Ast_helper.str -> Parsetree.expression -> Parsetree.expression

       val   override  :  ?loc:Ast_helper.loc  ->  ?attrs:Ast_helper.attrs  ->
       (Ast_helper.str * Parsetree.expression) list -> Parsetree.expression

       val  letmodule  :  ?loc:Ast_helper.loc  ->  ?attrs:Ast_helper.attrs  ->
       Ast_helper.str_opt  -> Parsetree.module_expr -> Parsetree.expression ->
       Parsetree.expression

       val letexception : ?loc:Ast_helper.loc  ->  ?attrs:Ast_helper.attrs  ->
       Parsetree.extension_constructor   ->   Parsetree.expression  ->  Parse-
       tree.expression

       val assert_ : ?loc:Ast_helper.loc -> ?attrs:Ast_helper.attrs ->  Parse-
       tree.expression -> Parsetree.expression

       val  lazy_  :  ?loc:Ast_helper.loc -> ?attrs:Ast_helper.attrs -> Parse-
       tree.expression -> Parsetree.expression

       val poly : ?loc:Ast_helper.loc  ->  ?attrs:Ast_helper.attrs  ->  Parse-
       tree.expression -> Parsetree.core_type option -> Parsetree.expression

       val  object_ : ?loc:Ast_helper.loc -> ?attrs:Ast_helper.attrs -> Parse-
       tree.class_structure -> Parsetree.expression

       val  newtype  :  ?loc:Ast_helper.loc  ->   ?attrs:Ast_helper.attrs   ->
       Ast_helper.str -> Parsetree.expression -> Parsetree.expression

       val  pack  :  ?loc:Ast_helper.loc  -> ?attrs:Ast_helper.attrs -> Parse-
       tree.module_expr -> Parsetree.expression

       val open_ : ?loc:Ast_helper.loc ->  ?attrs:Ast_helper.attrs  ->  Parse-
       tree.open_declaration -> Parsetree.expression -> Parsetree.expression

       val  letop  :  ?loc:Ast_helper.loc -> ?attrs:Ast_helper.attrs -> Parse-
       tree.binding_op -> Parsetree.binding_op list -> Parsetree.expression ->
       Parsetree.expression

       val  extension  :  ?loc:Ast_helper.loc  ->  ?attrs:Ast_helper.attrs  ->
       Parsetree.extension -> Parsetree.expression

       val unreachable :  ?loc:Ast_helper.loc  ->  ?attrs:Ast_helper.attrs  ->
       unit -> Parsetree.expression

       val  case  : Parsetree.pattern -> ?guard:Parsetree.expression -> Parse-
       tree.expression -> Parsetree.case

       val binding_op : Ast_helper.str -> Parsetree.pattern  ->  Parsetree.ex-
       pression -> Ast_helper.loc -> Parsetree.binding_op

OCamldoc                          2023-02-12                Ast_helper.Exp(3o)

Generated by dwww version 1.15 on Sun Jun 23 04:23:32 CEST 2024.