| Age | Commit message (Collapse) | Author |
|
syntax
|
|
+ Make room for function names in the BracketedString data structure.
+ Fill in function names when linearizing an abstract syntax tree to a
BracketedString.
+ Fill in wildCId when it is not obvious what the function is.
+ Function bracketedLinearize: for compatibility with the other linearization
functions, return Leaf "" instead of error "cannot linearize".
+ Export flattenBracketedString from module PGF.
+ PGFServce: make function names available in the JSON representation of
BracketedString.
|
|
|
|
metavariables as well
|
|
in the abstract syntax
|
|
parse forest
|
|
|
|
|
|
|
|
printnames only if they are explicitly specified.
|
|
well with metavariables and high-order abstract syntax
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
source-code order. The order matters for the termination of the exhaustive generation with dependent types.
|
|
|
|
to match the preliminary specification
|
|
|
|
|
|
|
|
|
|
from deprecated
|