package logtk
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Core types and algorithms for logic
Install
dune-project
Dependency
Authors
Maintainers
Sources
2.1.tar.gz
md5=e72de75e9f0f87da9e6e8c0a4d4c89f9
sha512=81becfc9badd686ab3692cd9312172aa4c4e3581b110e81770bb01e0ffbc1eb8495d0dd6d43b98f3d06e6b8c8a338174c13ebafb4e9849a3ddf89f9a3a72c287
doc/logtk.parsers/Logtk_parsers/Tip_ast/index.html
Module Logtk_parsers.Tip_ast
Trivial AST for parsing
val pp_str : Format.formatter -> string -> unitval pp_to_string : (Format.formatter -> 'a -> 'b) -> 'a -> stringmodule Loc = Logtk.ParseLocationtype 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
val ty_bool : tyval true_ : termval false_ : termval const : string -> termval match_ : term -> match_branch list -> termval fpf : Format.formatter -> ('a, Format.formatter, unit) format -> 'aval pp_list :
?start:string ->
?stop:string ->
?sep:string ->
(Format.formatter -> 'a -> unit) ->
Format.formatter ->
'a list ->
unitval pp_tyvar : Format.formatter -> string -> unitval pp_ty : Format.formatter -> ty -> unitval pp_term : Format.formatter -> term -> unitval pp_typed_var : Format.formatter -> typed_var -> unitval pp_par :
(Format.formatter -> 'a -> unit) ->
Format.formatter ->
(string list * 'a) ->
unitval pp_fun_decl :
(Format.formatter -> 'a -> unit) ->
Format.formatter ->
'a fun_decl ->
unitval pp_fr : Format.formatter -> fun_def -> unitval pp_stmt : Format.formatter -> statement -> unitErrors
exception Parse_error of Loc.t option * stringval parse_error : ?loc:Loc.t -> string -> 'a sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page