Compiler_data.ScopedTermSourcetype 'scope const = {scope : 'scope;name : F.t;ty : TypeAssignment.t MutableOnce.t;loc : Elpi_util.Util.Loc.t;}val pp_const :
'scope. (Ppx_deriving_runtime.Format.formatter ->
'scope ->
Ppx_deriving_runtime.unit) ->
Ppx_deriving_runtime.Format.formatter ->
'scope const ->
Ppx_deriving_runtime.unitval show_const :
'scope. (Ppx_deriving_runtime.Format.formatter ->
'scope ->
Ppx_deriving_runtime.unit) ->
'scope const ->
Ppx_deriving_runtime.stringval mk_const :
?ty:TypeAssignment.t MutableOnce.t ->
scope:'a ->
F.t ->
loc:Elpi_util.Util.Loc.t ->
'a constval mk_bound_const :
?ty:TypeAssignment.t MutableOnce.t ->
lang:Scope.language ->
F.t ->
loc:Elpi_util.Util.Loc.t ->
Scope.t constval const_of_symb :
types:TypingEnv.t ->
Symbol.t ->
loc:Elpi_util.Util.Loc.t ->
Scope.t constval pp_spill_info :
Ppx_deriving_runtime.Format.formatter ->
spill_info ->
Ppx_deriving_runtime.unittype t_ = | Impl of SimpleTerm.impl_kind * Elpi_util.Util.Loc.t * t * t| Discard| Var of Scope.t const * t list| App of Scope.t const * t list| Lam of Scope.language const option * ScopedTypeExpression.e option * t| CData of Elpi_util.Util.CData.t| Spill of t * spill_info ref| Cast of t * ScopedTypeExpression.eval pretty_lam :
Format.formatter ->
Scope.language const option ->
ScopedTypeExpression.e option ->
t ->
unit