Author(s): Göran Smedbäck.
generator_util
):- use_module(library(generator_util)).
generator_util
)
Usage 1: reading(IS, NodeTypeId, ParseIn, ParseOut)
IS
is an atom.
(basic_props:atm/1
)
NodeTypeId
is an atom.
(basic_props:atm/1
)
ParseIn
is a parse structure.
(internal_types:parse/1
)
ParseOut
is a parse structure.
(internal_types:parse/1
)
IS
is currently a term which is not a free variable.
(term_typing:nonvar/1
)
NodeTypeId
is currently a term which is not a free variable.
(term_typing:nonvar/1
)
ParseIn
is currently a term which is not a free variable.
(term_typing:nonvar/1
)
ParseOut
is a free variable.
(term_typing:var/1
)
Usage 2: reading(NodeGut, NodeName, ParseIn, ParseOut)
NodeGut
is an atom.
(basic_props:atm/1
)
NodeName
is an atom.
(basic_props:atm/1
)
ParseIn
is a parse structure.
(internal_types:parse/1
)
ParseOut
is a parse structure.
(internal_types:parse/1
)
NodeGut
is currently a term which is not a free variable.
(term_typing:nonvar/1
)
NodeName
is currently a term which is not a free variable.
(term_typing:nonvar/1
)
ParseIn
is currently a term which is not a free variable.
(term_typing:nonvar/1
)
ParseOut
is a free variable.
(term_typing:var/1
)
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
Usage: indentation_list(Parse, IndList)
Parse
is a parse structure.
(internal_types:parse/1
)
IndList
is a list of atm
s.
(basic_props:list/2
)
Parse
is currently a term which is not a free variable.
(term_typing:nonvar/1
)
IndList
is a free variable.
(term_typing:var/1
)
No further documentation available for this predicate.
Usage: remove_comments(Value, CommentsBefore, ValueClean, CommentsAfter)
Value
is a list of atm
s.
(basic_props:list/2
)
CommentsBefore
is a list of atm
s.
(basic_props:list/2
)
ValueClean
is an atom.
(basic_props:atm/1
)
CommentsAfter
is a list of atm
s.
(basic_props:list/2
)
Value
is currently a term which is not a free variable.
(term_typing:nonvar/1
)
CommentsBefore
is a free variable.
(term_typing:var/1
)
ValueClean
is a free variable.
(term_typing:var/1
)
CommentsAfter
is a free variable.
(term_typing:var/1
)
Go to the first, previous, next, last section, table of contents.