Module ElimTypes

module ElimTypes: sig .. end

Encoding of Simple Types



type term = Nunchaku_core.TermInner.Default.t 
type state 
val name : string
val transform_pb : (term, term) Nunchaku_core.Problem.t ->
(term, term) Nunchaku_core.Problem.t * state
val decode_model : state:state ->
(term, term) Nunchaku_core.Model.t ->
(term, term) Nunchaku_core.Model.t
val pipe : print:bool ->
check:bool ->
((term, term) Nunchaku_core.Problem.t,
(term, term) Nunchaku_core.Problem.t,
(term, term) Nunchaku_core.Problem.Res.t,
(term, term) Nunchaku_core.Problem.Res.t)
Nunchaku_core.Transform.t
val pipe_with : ?on_decoded:('d -> unit) list ->
decode:(state -> 'c -> 'd) ->
print:bool ->
check:bool ->
((term, term) Nunchaku_core.Problem.t,
(term, term) Nunchaku_core.Problem.t, 'c, 'd)
Nunchaku_core.Transform.t