To focus the search input from anywhere on the page, press the 'S' key.
in-package search v0.1.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
This modules defines the result signature of the Typer.Pipe
functor
include Pipe_types
Types
Wrapper around statements. It records implicit type declarations.
The type of top-level type declarations.
A list of type declarations.
type def = [
|
`Type_def of Dolmen.Std.Id.t * ty_cst * ty_var list * ty
|
`Term_def of Dolmen.Std.Id.t * term_cst * ty_var list * term_var list * term
]
The type of top-level type definitions. Type definitions are inlined and so can be ignored.
A list of definitions
The type of top-level assertion statements
Top-level solve instruction
type get_info = [
|
`Get_info of string
|
`Get_option of string
|
`Get_proof
|
`Get_unsat_core
|
`Get_unsat_assumptions
|
`Get_model
|
`Get_value of term list
|
`Get_assignment
|
`Get_assertions
|
`Echo of string
|
`Plain of Dolmen.Std.Statement.term
]
Various info getters
type set_info = [
|
`Set_logic of string
|
`Set_info of Dolmen.Std.Statement.term
|
`Set_option of Dolmen.Std.Statement.term
]
Info setters
The type of statements after typechecking
val print : Format.formatter -> typechecked stmt -> unit
Printing funciton for typechecked statements.
val typecheck :
state ->
Dolmen.Std.Statement.t ->
state * [ `Continue of typechecked stmt | `Done of unit ]
Typechecks a statement.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page