| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-09-04 | instance Eq Expr in the Haskell binding | Krasimir Angelov | |
| 2017-08-29 | the embedded grammars now work with both the pure Haskell and the Haskell ↵ | Krasimir Angelov | |
| binding API | |||
| 2017-02-10 | safer memory management in the Haskell binding | krasimir | |
| 2017-01-26 | bring the Haskell binding a bit closer to the pure Haskell API | krasimir | |
| 2017-01-26 | added mkMeta and unMeta in the Haskell binding | krasimir | |
| 2017-01-26 | added mkAbs and unAbs in the Haskell binding | krasimir | |
| 2017-01-26 | add unStr,unInt and unFloat in the Haskell binding | krasimir | |
| 2017-01-25 | improve the documentation for PGF2 | krasimir | |
| 2015-11-19 | added mkInt and mkFloat in the Haskell binding to make it easy to create ↵ | krasimir | |
| literal expressions | |||
| 2015-09-10 | PGF2.Expr: a fix for ghc-7.6 | hallgren | |
| Apparently Foreign.unsafePerformIO is not just a re-export of System.IO.Unsafe.unsafePerformIO (or vise versa), it is a different function, so you get an ambiguity if you import both. | |||
| 2015-09-03 | PGF2.Expr fixes | hallgren | |
| It needs to be listed in gf.cabal unsafePerformIO is only exported from System.IO.Unsafe, starting with ghc-7.8 | |||
| 2015-09-02 | added the minimal Haskell API for storing expressions/triples in the ↵ | krasimir | |
| semantic graph | |||
