Dolmen_loop.State_intfSolver State
This module defines various interfaces for states used in main loops of solvers (or other binaries) using dolmen.
module type Common = sig ... endmodule type Pipeline = sig ... endThis modules defines the smallest signatures for a solver state that allow to instantiate the Pipeline.Make functor.
module type Parser_pipe = sig ... endThis modules defines the smallest signatures for a solver state that allow to instantiate the Parser.Pipe functor.
module type Typer = sig ... endThis modules defines the smallest signatures for a solver state that allow to instantiate the Typer.Make functor.
module type Typer_pipe = sig ... endThis modules defines the smallest signatures for a solver state that allow to instantiate the Typer.Pipe functor.
module type Header_pipe = sig ... endThis modules defines the smallest signatures for a solver state that allow to instantiate the Headers.Pipe functor.