package elpi

  1. Overview
  2. Docs
module StrMap : Map.S with type key = string
type term
type syntactic_constraints
type custom_constraints
type solution = {
  1. assignments : term StrMap.t;
  2. constraints : syntactic_constraints;
  3. custom_constraints : custom_constraints;
}