package elpi

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module StrMap : sig ... end
type term
type constraints
type state
type pretty_printer_context
type solution = {
  1. assignments : term StrMap.t;
  2. constraints : constraints;
  3. state : state;
  4. pp_ctx : pretty_printer_context;
  5. relocate_assignment_to_runtime : target:Compile.program -> depth:int -> string -> (term, string) Stdlib.Result.t;
}
type hyp
type hyps = hyp list
OCaml

Innovation. Community. Security.