Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val init_stack : unit -> stackmark Ctypes.structure
val pop_stack : stackmark Ctypes.structure -> unit
val node : node Ctypes.union Ctypes.typ
val node_type : (int, node Ctypes.union) Ctypes.field
val ncmd : ncmd Ctypes.structure Ctypes.typ
val ncmd_type : (int, ncmd Ctypes.structure) Ctypes.field
val ncmd_linno : (int, ncmd Ctypes.structure) Ctypes.field
val npipe : npipe Ctypes.structure Ctypes.typ
val npipe_type : (int, npipe Ctypes.structure) Ctypes.field
val npipe_backgnd : (int, npipe Ctypes.structure) Ctypes.field
val nredir : nredir Ctypes.structure Ctypes.typ
val nredir_type : (int, nredir Ctypes.structure) Ctypes.field
val nredir_linno : (int, nredir Ctypes.structure) Ctypes.field
val nbinary : nbinary Ctypes.structure Ctypes.typ
val nbinary_type : (int, nbinary Ctypes.structure) Ctypes.field
val nif : nif Ctypes.structure Ctypes.typ
val nif_type : (int, nif Ctypes.structure) Ctypes.field
val nfor : nfor Ctypes.structure Ctypes.typ
val nfor_type : (int, nfor Ctypes.structure) Ctypes.field
val nfor_linno : (int, nfor Ctypes.structure) Ctypes.field
val nfor_var : (string, nfor Ctypes.structure) Ctypes.field
val ncase : ncase Ctypes.structure Ctypes.typ
val ncase_type : (int, ncase Ctypes.structure) Ctypes.field
val ncase_linno : (int, ncase Ctypes.structure) Ctypes.field
val nclist : nclist Ctypes.structure Ctypes.typ
val nclist_type : (int, nclist Ctypes.structure) Ctypes.field
val ndefun : ndefun Ctypes.structure Ctypes.typ
val ndefun_type : (int, ndefun Ctypes.structure) Ctypes.field
val ndefun_linno : (int, ndefun Ctypes.structure) Ctypes.field
val ndefun_text : (string, ndefun Ctypes.structure) Ctypes.field
val narg : narg Ctypes.structure Ctypes.typ
val narg_type : (int, narg Ctypes.structure) Ctypes.field
val narg_text : (string, narg Ctypes.structure) Ctypes.field
val nfile : nfile Ctypes.structure Ctypes.typ
val nfile_type : (int, nfile Ctypes.structure) Ctypes.field
val nfile_fd : (int, nfile Ctypes.structure) Ctypes.field
val nfile_expfname : (string, nfile Ctypes.structure) Ctypes.field
val ndup : ndup Ctypes.structure Ctypes.typ
val ndup_type : (int, ndup Ctypes.structure) Ctypes.field
val ndup_fd : (int, ndup Ctypes.structure) Ctypes.field
val ndup_dupfd : (int, ndup Ctypes.structure) Ctypes.field
val nhere : nhere Ctypes.structure Ctypes.typ
val nhere_type : (int, nhere Ctypes.structure) Ctypes.field
val nhere_fd : (int, nhere Ctypes.structure) Ctypes.field
val nnot : nnot Ctypes.structure Ctypes.typ
val nnot_type : (int, nnot Ctypes.structure) Ctypes.field
val parse_next : ?interactive:bool -> unit -> parse_result
val show : node Ctypes.union Ctypes.ptr -> string