package logtk
Core types and algorithms for logic
Install
Dune Dependency
Authors
Maintainers
Sources
1.6.tar.gz
md5=97cdb2f90468e9e27c7bbe3b4fb160bb
sha512=fee73369f673a91dfa9e265fc69be08b32235e10a495f3af6477d404fcd01e3452a0d012b150f3d7f97c00af2f6045019ad039164bf698f70d771231cc4efe5d
doc/logtk.parsers/Logtk_parsers/Tip_ast/index.html
Module Logtk_parsers.Tip_ast
Source
Trivial AST for parsing
Source
type term =
| True
| False
| Const of string
| App of string * term list
| HO_app of term * term
| Match of term * match_branch list
| If of term * term * term
| Let of (var * term) list * term
| Fun of typed_var * term
| Eq of term * term
| Imply of term * term
| And of term list
| Or of term list
| Not of term
| Distinct of term list
| Cast of term * ty
| Forall of (var * ty) list * term
| Exists of (var * ty) list * term
AST: S-expressions with locations
Source
val pp_list :
?start:string ->
?stop:string ->
?sep:string ->
(Format.formatter -> 'a -> unit) ->
Format.formatter ->
'a list ->
unit
Source
val pp_par :
(Format.formatter -> 'a -> unit) ->
Format.formatter ->
(string list * 'a) ->
unit
Errors
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page