package elpi
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
ELPI - Embeddable λProlog Interpreter
Install
dune-project
Dependency
Authors
Maintainers
Sources
elpi-3.4.0.tbz
sha256=9955d95d69b1ffb6770daad42f2b15d44a8888843817dff272d44ef8a3480b5a
sha512=408bfb46efeba45d0c5e36e8478d9e9b2f01f38de88c10621deeedc69e4c2b007d859fec520ef5652ab33bf00106edbda421f16503eeff397ceb57a61e01fce2
doc/elpi.compiler/Elpi_compiler/Compiler_data/ScopedTerm/index.html
Module Compiler_data.ScopedTerm
Source
Source
type 'scope const = {
scope : 'scope;
name : F.t;
ty : TypeAssignment.t MutableOnce.t;
loc : Elpi_util.Util.Loc.t;
}
Source
val pp_const :
'scope. (Ppx_deriving_runtime.Format.formatter ->
'scope ->
Ppx_deriving_runtime.unit) ->
Ppx_deriving_runtime.Format.formatter ->
'scope const ->
Ppx_deriving_runtime.unit
Source
val show_const :
'scope. (Ppx_deriving_runtime.Format.formatter ->
'scope ->
Ppx_deriving_runtime.unit) ->
'scope const ->
Ppx_deriving_runtime.string
Source
val mk_const :
?ty:TypeAssignment.t MutableOnce.t ->
scope:'a ->
F.t ->
loc:Elpi_util.Util.Loc.t ->
'a const
Source
val mk_bound_const :
?ty:TypeAssignment.t MutableOnce.t ->
lang:Scope.language ->
F.t ->
loc:Elpi_util.Util.Loc.t ->
Scope.t const
Source
val const_of_symb :
types:TypingEnv.t ->
Symbol.t ->
loc:Elpi_util.Util.Loc.t ->
Scope.t const
Source
val pp_spill_info :
Ppx_deriving_runtime.Format.formatter ->
spill_info ->
Ppx_deriving_runtime.unit
Source
type 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.e
Source
val pretty_lam :
Format.formatter ->
Scope.language const option ->
ScopedTypeExpression.e option ->
t ->
unit
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>