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/Util_tptp/index.html
Module Logtk_parsers.Util_tptp
Source
Utils related to TPTP
Printing/Parsing
Cache that remembers the set of files that have been parsed so far
find_file name dir
looks for a file with the given name
, recursively, in dir
, or in its parent dir recursively. It also looks in the "TPTP" environment variable.
Given a lexbuf, try to parse its content into a sequence of untyped declarations
Source
val parse_file :
?cache:parse_cache ->
recursive:bool ->
string ->
untyped A.t Iter.t or_error
Parsing a TPTP file is here presented with a recursive
option that, if true, will make "include" directives to be recursively parsed. It uses find_file
for included files.
Printing is simpler, because it does not involve includes.
Check whether some include declaration can be found in the sequence
Bridge to UntypedAST
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page