ocaml-base-compiler
Official release 4.14.0
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package ocaml-base-compiler
-
dynlink
-
ocamlbytecomp
-
ocamlcommon
-
ocamlmiddleend
-
ocamloptcomp
-
odoc_info
-
stdlib
-
str
-
unix
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library ocamlcommon
type ('state, 'semantic_value) stack = {
state : 'state; |
semv : 'semantic_value; |
startp : Lexing.position; |
endp : Lexing.position; |
next : ( 'state, 'semantic_value ) stack; |
}
type ('state, 'semantic_value, 'token) env = {
error : bool; |
triple : 'token * Lexing.position * Lexing.position; |
stack : ( 'state, 'semantic_value ) stack; |
current : 'state; |
}
module type TABLE = sig ... end
module type MONOLITHIC_ENGINE = sig ... end
module type INCREMENTAL_ENGINE_START = sig ... end
module type ENGINE = sig ... end
ON THIS PAGE
No table of contents