package codept-lib

  1. Overview
  2. Docs

Alternative solver

Parameters

module Envt : Stage.envt
module Eval : Stage.outliner with type envt := Envt.t

Signature

type state
val eq : state -> state -> bool

Compare if two states would lead to the same result for the solver (weak equality?).

val wip : state -> Eval.on_going i list
val end_result : state -> Envt.t * Unit.r list
type gen = Namespaced.t -> Unit.s option Unit.pair
val alias_resolver : state -> Failure.alias_resolver

Resolve current aliases

expose current blocker on an on_going element

type entry = Read.kind * string * Namespaced.t
type loader = entry -> Unit.s
val generator : loader -> entry list -> gen

Generate unit files when needed from a loading function and a list of files

val start : loader -> entry list -> Envt.t -> Namespaced.t list -> state
val eval : state -> Eval.on_going i -> (state, state) result
val solve_once : state -> (Envt.t * Unit.r list, state) result
val approx_and_try_harder : state -> state
val solve : loader -> entry list -> Envt.t -> Namespaced.t list -> Envt.t * Unit.r list
OCaml

Innovation. Community. Security.