Module Dolmen_loop.State_intf
Useful type aliases
Signatures
module type Pipeline = sig ... endThis modules defines the smallest signatures for a solver state that allow to instantiate the
Pipeline.Makefunctor.
module type Parser_pipe = sig ... endThis modules defines the smallest signatures for a solver state that allow to instantiate the
Parser.Pipefunctor.
module type Typer = sig ... endThis modules defines the smallest signatures for a solver state that allow to instantiate the
Typer.Makefunctor.
module type Typer_pipe = sig ... endThis modules defines the smallest signatures for a solver state that allow to instantiate the
Typer.Pipefunctor.
module type Header_pipe = sig ... endThis modules defines the smallest signatures for a solver state that allow to instantiate the
Headers.Pipefunctor.