index
:
gf-core.git
master
optimize
Unnamed repository; edit this file 'description' to name the repository.
Adrian
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
PGF
/
Expr.hs
Age
Commit message (
Expand
)
Author
2009-12-13
reorganize the directories under src, and rescue the JavaScript interpreter f...
krasimir
2009-12-05
added mkMeta and isMeta in PGF
krasimir
2009-12-05
fix the pattern matching in unStr, unInt, unDouble
krasimir
2009-10-02
Implicit arguments in GF. Works only in PGF for now.
krasimir
2009-09-20
change the data types and the syntax in PGF to match the new syntax for impli...
krasimir
2009-09-19
use the syntax <x : A> in PGF.Expr for typed expressions. This is consistent ...
krasimir
2009-09-18
typo in PGF.Expr
krasimir
2009-09-17
bugfix in the ai command
krasimir
2009-09-11
added wrapper functions for expression manipulations in PGF. The Haskell API ...
krasimir
2009-09-11
polish the PGF API and make Expr and Type abstract types. Tree is a type syno...
krasimir
2009-09-08
now the datatype Tree is only internal. All API functions are working with Ex...
krasimir
2009-09-06
hopefully complete and correct typechecker in PGF
krasimir
2009-07-05
bugfix in PGF.Expr.apply
krasimir
2009-07-05
PGF.Expr.eval now returns suspension when a meta variable is encountered
krasimir
2009-06-19
fix the current PGF typechecker
krasimir
2009-06-19
bugfix: restore the check for bound variables in expr2tree
krasimir
2009-05-23
now in the command shell the primary type in the pipe is Expr not Tree. This ...
krasimir
2009-05-22
some work on evaluation with abstract expressions in PGF
krasimir
2009-05-20
refactor the PGF.Expr type and the evaluation of abstract expressions
krasimir
2009-01-30
metavariables made unique in type checking
aarne
2008-10-28
define Read and Show instances for Expr and Tree
krasimir
2008-10-20
Added Read and Show instances for CId. Also added readCId :: String -> Maybe ...
bjorn
2008-10-20
Added Read and Show instances for Type. This required moving some code around.
bjorn
2008-10-20
add parser and pretty printer for types
krasimir
2008-10-14
rudimentary abstract syntax type checker and solver in PGF
aarne
2008-06-25
changed names of resource-1.3; added a note on homepage on release
aarne