580 lines
8.6 KiB
HTML
580 lines
8.6 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of Ast_helper.Exp</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>Ast_helper.Exp</H1>
|
|
Section: OCaml library (3o)<BR>Updated: 2020-01-30<BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
Ast_helper.Exp - Expressions
|
|
<A NAME="lbAC"> </A>
|
|
<H2>Module</H2>
|
|
|
|
Module Ast_helper.Exp
|
|
<A NAME="lbAD"> </A>
|
|
<H2>Documentation</H2>
|
|
|
|
<P>
|
|
Module
|
|
<B>Exp</B>
|
|
|
|
<BR> :
|
|
<B>sig end</B>
|
|
|
|
<P>
|
|
<P>
|
|
Expressions
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val mk </I>
|
|
|
|
:
|
|
<B>?loc:Ast_helper.loc -></B>
|
|
|
|
<B>?attrs:Ast_helper.attrs -> Parsetree.expression_desc -> Parsetree.expression</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val attr </I>
|
|
|
|
:
|
|
<B>Parsetree.expression -> Parsetree.attribute -> Parsetree.expression</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val ident </I>
|
|
|
|
:
|
|
<B>?loc:Ast_helper.loc -></B>
|
|
|
|
<B>?attrs:Ast_helper.attrs -> Ast_helper.lid -> Parsetree.expression</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val constant </I>
|
|
|
|
:
|
|
<B>?loc:Ast_helper.loc -></B>
|
|
|
|
<B>?attrs:Ast_helper.attrs -> Parsetree.constant -> Parsetree.expression</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val let_ </I>
|
|
|
|
:
|
|
<B>?loc:Ast_helper.loc -></B>
|
|
|
|
<B>?attrs:Ast_helper.attrs -></B>
|
|
|
|
<B>Asttypes.rec_flag -></B>
|
|
|
|
<B>Parsetree.value_binding list -> Parsetree.expression -> Parsetree.expression</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val fun_ </I>
|
|
|
|
:
|
|
<B>?loc:Ast_helper.loc -></B>
|
|
|
|
<B>?attrs:Ast_helper.attrs -></B>
|
|
|
|
<B>Asttypes.arg_label -></B>
|
|
|
|
<B>Parsetree.expression option -></B>
|
|
|
|
<B>Parsetree.pattern -> Parsetree.expression -> Parsetree.expression</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val function_ </I>
|
|
|
|
:
|
|
<B>?loc:Ast_helper.loc -></B>
|
|
|
|
<B>?attrs:Ast_helper.attrs -> Parsetree.case list -> Parsetree.expression</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val apply </I>
|
|
|
|
:
|
|
<B>?loc:Ast_helper.loc -></B>
|
|
|
|
<B>?attrs:Ast_helper.attrs -></B>
|
|
|
|
<B>Parsetree.expression -></B>
|
|
|
|
<B>(Asttypes.arg_label * Parsetree.expression) list -> Parsetree.expression</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val match_ </I>
|
|
|
|
:
|
|
<B>?loc:Ast_helper.loc -></B>
|
|
|
|
<B>?attrs:Ast_helper.attrs -></B>
|
|
|
|
<B>Parsetree.expression -> Parsetree.case list -> Parsetree.expression</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val try_ </I>
|
|
|
|
:
|
|
<B>?loc:Ast_helper.loc -></B>
|
|
|
|
<B>?attrs:Ast_helper.attrs -></B>
|
|
|
|
<B>Parsetree.expression -> Parsetree.case list -> Parsetree.expression</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val tuple </I>
|
|
|
|
:
|
|
<B>?loc:Ast_helper.loc -></B>
|
|
|
|
<B>?attrs:Ast_helper.attrs -> Parsetree.expression list -> Parsetree.expression</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val construct </I>
|
|
|
|
:
|
|
<B>?loc:Ast_helper.loc -></B>
|
|
|
|
<B>?attrs:Ast_helper.attrs -></B>
|
|
|
|
<B>Ast_helper.lid -> Parsetree.expression option -> Parsetree.expression</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val variant </I>
|
|
|
|
:
|
|
<B>?loc:Ast_helper.loc -></B>
|
|
|
|
<B>?attrs:Ast_helper.attrs -></B>
|
|
|
|
<B>Asttypes.label -> Parsetree.expression option -> Parsetree.expression</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val record </I>
|
|
|
|
:
|
|
<B>?loc:Ast_helper.loc -></B>
|
|
|
|
<B>?attrs:Ast_helper.attrs -></B>
|
|
|
|
<B>(Ast_helper.lid * Parsetree.expression) list -></B>
|
|
|
|
<B>Parsetree.expression option -> Parsetree.expression</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val field </I>
|
|
|
|
:
|
|
<B>?loc:Ast_helper.loc -></B>
|
|
|
|
<B>?attrs:Ast_helper.attrs -></B>
|
|
|
|
<B>Parsetree.expression -> Ast_helper.lid -> Parsetree.expression</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val setfield </I>
|
|
|
|
:
|
|
<B>?loc:Ast_helper.loc -></B>
|
|
|
|
<B>?attrs:Ast_helper.attrs -></B>
|
|
|
|
<B>Parsetree.expression -></B>
|
|
|
|
<B>Ast_helper.lid -> Parsetree.expression -> Parsetree.expression</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val array </I>
|
|
|
|
:
|
|
<B>?loc:Ast_helper.loc -></B>
|
|
|
|
<B>?attrs:Ast_helper.attrs -> Parsetree.expression list -> Parsetree.expression</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val ifthenelse </I>
|
|
|
|
:
|
|
<B>?loc:Ast_helper.loc -></B>
|
|
|
|
<B>?attrs:Ast_helper.attrs -></B>
|
|
|
|
<B>Parsetree.expression -></B>
|
|
|
|
<B>Parsetree.expression -> Parsetree.expression option -> Parsetree.expression</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val sequence </I>
|
|
|
|
:
|
|
<B>?loc:Ast_helper.loc -></B>
|
|
|
|
<B>?attrs:Ast_helper.attrs -></B>
|
|
|
|
<B>Parsetree.expression -> Parsetree.expression -> Parsetree.expression</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val while_ </I>
|
|
|
|
:
|
|
<B>?loc:Ast_helper.loc -></B>
|
|
|
|
<B>?attrs:Ast_helper.attrs -></B>
|
|
|
|
<B>Parsetree.expression -> Parsetree.expression -> Parsetree.expression</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val for_ </I>
|
|
|
|
:
|
|
<B>?loc:Ast_helper.loc -></B>
|
|
|
|
<B>?attrs:Ast_helper.attrs -></B>
|
|
|
|
<B>Parsetree.pattern -></B>
|
|
|
|
<B>Parsetree.expression -></B>
|
|
|
|
<B>Parsetree.expression -></B>
|
|
|
|
<B>Asttypes.direction_flag -> Parsetree.expression -> Parsetree.expression</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val coerce </I>
|
|
|
|
:
|
|
<B>?loc:Ast_helper.loc -></B>
|
|
|
|
<B>?attrs:Ast_helper.attrs -></B>
|
|
|
|
<B>Parsetree.expression -></B>
|
|
|
|
<B>Parsetree.core_type option -> Parsetree.core_type -> Parsetree.expression</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val constraint_ </I>
|
|
|
|
:
|
|
<B>?loc:Ast_helper.loc -></B>
|
|
|
|
<B>?attrs:Ast_helper.attrs -></B>
|
|
|
|
<B>Parsetree.expression -> Parsetree.core_type -> Parsetree.expression</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val send </I>
|
|
|
|
:
|
|
<B>?loc:Ast_helper.loc -></B>
|
|
|
|
<B>?attrs:Ast_helper.attrs -></B>
|
|
|
|
<B>Parsetree.expression -> Ast_helper.str -> Parsetree.expression</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val new_ </I>
|
|
|
|
:
|
|
<B>?loc:Ast_helper.loc -></B>
|
|
|
|
<B>?attrs:Ast_helper.attrs -> Ast_helper.lid -> Parsetree.expression</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val setinstvar </I>
|
|
|
|
:
|
|
<B>?loc:Ast_helper.loc -></B>
|
|
|
|
<B>?attrs:Ast_helper.attrs -></B>
|
|
|
|
<B>Ast_helper.str -> Parsetree.expression -> Parsetree.expression</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val override </I>
|
|
|
|
:
|
|
<B>?loc:Ast_helper.loc -></B>
|
|
|
|
<B>?attrs:Ast_helper.attrs -></B>
|
|
|
|
<B>(Ast_helper.str * Parsetree.expression) list -> Parsetree.expression</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val letmodule </I>
|
|
|
|
:
|
|
<B>?loc:Ast_helper.loc -></B>
|
|
|
|
<B>?attrs:Ast_helper.attrs -></B>
|
|
|
|
<B>Ast_helper.str -></B>
|
|
|
|
<B>Parsetree.module_expr -> Parsetree.expression -> Parsetree.expression</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val letexception </I>
|
|
|
|
:
|
|
<B>?loc:Ast_helper.loc -></B>
|
|
|
|
<B>?attrs:Ast_helper.attrs -></B>
|
|
|
|
<B>Parsetree.extension_constructor -></B>
|
|
|
|
<B>Parsetree.expression -> Parsetree.expression</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val assert_ </I>
|
|
|
|
:
|
|
<B>?loc:Ast_helper.loc -></B>
|
|
|
|
<B>?attrs:Ast_helper.attrs -> Parsetree.expression -> Parsetree.expression</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val lazy_ </I>
|
|
|
|
:
|
|
<B>?loc:Ast_helper.loc -></B>
|
|
|
|
<B>?attrs:Ast_helper.attrs -> Parsetree.expression -> Parsetree.expression</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val poly </I>
|
|
|
|
:
|
|
<B>?loc:Ast_helper.loc -></B>
|
|
|
|
<B>?attrs:Ast_helper.attrs -></B>
|
|
|
|
<B>Parsetree.expression -> Parsetree.core_type option -> Parsetree.expression</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val object_ </I>
|
|
|
|
:
|
|
<B>?loc:Ast_helper.loc -></B>
|
|
|
|
<B>?attrs:Ast_helper.attrs -> Parsetree.class_structure -> Parsetree.expression</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val newtype </I>
|
|
|
|
:
|
|
<B>?loc:Ast_helper.loc -></B>
|
|
|
|
<B>?attrs:Ast_helper.attrs -></B>
|
|
|
|
<B>Ast_helper.str -> Parsetree.expression -> Parsetree.expression</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val pack </I>
|
|
|
|
:
|
|
<B>?loc:Ast_helper.loc -></B>
|
|
|
|
<B>?attrs:Ast_helper.attrs -> Parsetree.module_expr -> Parsetree.expression</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val open_ </I>
|
|
|
|
:
|
|
<B>?loc:Ast_helper.loc -></B>
|
|
|
|
<B>?attrs:Ast_helper.attrs -></B>
|
|
|
|
<B>Parsetree.open_declaration -> Parsetree.expression -> Parsetree.expression</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val letop </I>
|
|
|
|
:
|
|
<B>?loc:Ast_helper.loc -></B>
|
|
|
|
<B>?attrs:Ast_helper.attrs -></B>
|
|
|
|
<B>Parsetree.binding_op -></B>
|
|
|
|
<B>Parsetree.binding_op list -> Parsetree.expression -> Parsetree.expression</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val extension </I>
|
|
|
|
:
|
|
<B>?loc:Ast_helper.loc -></B>
|
|
|
|
<B>?attrs:Ast_helper.attrs -> Parsetree.extension -> Parsetree.expression</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val unreachable </I>
|
|
|
|
:
|
|
<B>?loc:Ast_helper.loc -></B>
|
|
|
|
<B>?attrs:Ast_helper.attrs -> unit -> Parsetree.expression</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val case </I>
|
|
|
|
:
|
|
<B>Parsetree.pattern -></B>
|
|
|
|
<B>?guard:Parsetree.expression -> Parsetree.expression -> Parsetree.case</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val binding_op </I>
|
|
|
|
:
|
|
<B>Ast_helper.str -></B>
|
|
|
|
<B>Parsetree.pattern -></B>
|
|
|
|
<B>Parsetree.expression -> Ast_helper.loc -> Parsetree.binding_op</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="1"><A HREF="#lbAB">NAME</A><DD>
|
|
<DT id="2"><A HREF="#lbAC">Module</A><DD>
|
|
<DT id="3"><A HREF="#lbAD">Documentation</A><DD>
|
|
</DL>
|
|
<HR>
|
|
This document was created by
|
|
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
|
using the manual pages.<BR>
|
|
Time: 00:05:36 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|