package dedukti
An implementation of The Lambda-Pi Modulo Theory
Install
Dune Dependency
Authors
Maintainers
Sources
v2.7.tar.gz
sha512=97171b48dd96043d84587581d72edb442f63e7b5ac1695771aa1c3c9074739e15bc7d17678fedb7062acbf403a0bf323d97485c31b92376b80c63b5c2300ee3c
sha256=5e1b6a859dfa1eb2098947a99c7d11ee450f750d96da1720f4834e1505d1096c
doc/dedukti.parsers/Parsers/Entry/index.html
Module Parsers.Entry
Source
Source
type test =
| Convert of Kernel.Term.term * Kernel.Term.term
(*Convertibility between the two given terms.
*)| HasType of Kernel.Term.term * Kernel.Term.term
(*Typability test, given a term and a type.
*)
Possible tests in source files.
Source
type entry =
| Decl of Kernel.Basic.loc * Kernel.Basic.ident * Kernel.Signature.scope * Kernel.Signature.staticity * Kernel.Term.term
(*Symbol declaration.
*)| Def of Kernel.Basic.loc * Kernel.Basic.ident * Kernel.Signature.scope * is_opaque * Kernel.Term.term option * Kernel.Term.term
(*Definition (possibly opaque).
*)| Rules of Kernel.Basic.loc * Kernel.Rule.partially_typed_rule list
(*Reduction rules declaration.
*)| Eval of Kernel.Basic.loc * Kernel.Reduction.red_cfg * Kernel.Term.term
(*Evaluation command.
*)| Check of Kernel.Basic.loc * is_assertion * should_fail * test
(*Test command.
*)| Infer of Kernel.Basic.loc * Kernel.Reduction.red_cfg * Kernel.Term.term
(*Type inference command.
*)| Print of Kernel.Basic.loc * string
(*Printing command.
*)| DTree of Kernel.Basic.loc * Kernel.Basic.mident option * Kernel.Basic.ident
(*Decision tree printing.
*)| Name of Kernel.Basic.loc * Kernel.Basic.mident
(**)| Require of Kernel.Basic.loc * Kernel.Basic.mident
(*Require command.
*)
Single source file entry.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>