285 lines
4.1 KiB
HTML
285 lines
4.1 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of Ast_helper.Pat</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>Ast_helper.Pat</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.Pat - Patterns
|
|
<A NAME="lbAC"> </A>
|
|
<H2>Module</H2>
|
|
|
|
Module Ast_helper.Pat
|
|
<A NAME="lbAD"> </A>
|
|
<H2>Documentation</H2>
|
|
|
|
<P>
|
|
Module
|
|
<B>Pat</B>
|
|
|
|
<BR> :
|
|
<B>sig end</B>
|
|
|
|
<P>
|
|
<P>
|
|
Patterns
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val mk </I>
|
|
|
|
:
|
|
<B>?loc:Ast_helper.loc -></B>
|
|
|
|
<B>?attrs:Ast_helper.attrs -> Parsetree.pattern_desc -> Parsetree.pattern</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val attr </I>
|
|
|
|
:
|
|
<B>Parsetree.pattern -> Parsetree.attribute -> Parsetree.pattern</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val any </I>
|
|
|
|
:
|
|
<B>?loc:Ast_helper.loc -> ?attrs:Ast_helper.attrs -> unit -> Parsetree.pattern</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val var </I>
|
|
|
|
:
|
|
<B>?loc:Ast_helper.loc -></B>
|
|
|
|
<B>?attrs:Ast_helper.attrs -> Ast_helper.str -> Parsetree.pattern</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val alias </I>
|
|
|
|
:
|
|
<B>?loc:Ast_helper.loc -></B>
|
|
|
|
<B>?attrs:Ast_helper.attrs -></B>
|
|
|
|
<B>Parsetree.pattern -> Ast_helper.str -> Parsetree.pattern</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val constant </I>
|
|
|
|
:
|
|
<B>?loc:Ast_helper.loc -></B>
|
|
|
|
<B>?attrs:Ast_helper.attrs -> Parsetree.constant -> Parsetree.pattern</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val interval </I>
|
|
|
|
:
|
|
<B>?loc:Ast_helper.loc -></B>
|
|
|
|
<B>?attrs:Ast_helper.attrs -></B>
|
|
|
|
<B>Parsetree.constant -> Parsetree.constant -> Parsetree.pattern</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val tuple </I>
|
|
|
|
:
|
|
<B>?loc:Ast_helper.loc -></B>
|
|
|
|
<B>?attrs:Ast_helper.attrs -> Parsetree.pattern list -> Parsetree.pattern</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.pattern option -> Parsetree.pattern</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.pattern option -> Parsetree.pattern</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.pattern) list -></B>
|
|
|
|
<B>Asttypes.closed_flag -> Parsetree.pattern</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val array </I>
|
|
|
|
:
|
|
<B>?loc:Ast_helper.loc -></B>
|
|
|
|
<B>?attrs:Ast_helper.attrs -> Parsetree.pattern list -> Parsetree.pattern</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val or_ </I>
|
|
|
|
:
|
|
<B>?loc:Ast_helper.loc -></B>
|
|
|
|
<B>?attrs:Ast_helper.attrs -></B>
|
|
|
|
<B>Parsetree.pattern -> Parsetree.pattern -> Parsetree.pattern</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val constraint_ </I>
|
|
|
|
:
|
|
<B>?loc:Ast_helper.loc -></B>
|
|
|
|
<B>?attrs:Ast_helper.attrs -></B>
|
|
|
|
<B>Parsetree.pattern -> Parsetree.core_type -> Parsetree.pattern</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val type_ </I>
|
|
|
|
:
|
|
<B>?loc:Ast_helper.loc -></B>
|
|
|
|
<B>?attrs:Ast_helper.attrs -> Ast_helper.lid -> Parsetree.pattern</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val lazy_ </I>
|
|
|
|
:
|
|
<B>?loc:Ast_helper.loc -></B>
|
|
|
|
<B>?attrs:Ast_helper.attrs -> Parsetree.pattern -> Parsetree.pattern</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val unpack </I>
|
|
|
|
:
|
|
<B>?loc:Ast_helper.loc -></B>
|
|
|
|
<B>?attrs:Ast_helper.attrs -> Ast_helper.str -> Parsetree.pattern</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val open_ </I>
|
|
|
|
:
|
|
<B>?loc:Ast_helper.loc -></B>
|
|
|
|
<B>?attrs:Ast_helper.attrs -></B>
|
|
|
|
<B>Ast_helper.lid -> Parsetree.pattern -> Parsetree.pattern</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val exception_ </I>
|
|
|
|
:
|
|
<B>?loc:Ast_helper.loc -></B>
|
|
|
|
<B>?attrs:Ast_helper.attrs -> Parsetree.pattern -> Parsetree.pattern</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val extension </I>
|
|
|
|
:
|
|
<B>?loc:Ast_helper.loc -></B>
|
|
|
|
<B>?attrs:Ast_helper.attrs -> Parsetree.extension -> Parsetree.pattern</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>
|