summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Haskell.hs
AgeCommit message (Collapse)Author
2015-05-05GF.Haskell: small pretty printing improvementhallgren
2015-04-14Translating linearization functions to Haskell: move Haskell AST and pretty ↵hallgren
printer to GF.Haskell For further separation of pretty printing concerns from conversion concerns, the Haskell AST and pretty printer has been moved to its own module, GF.Haskell, also allowing it to be reused in other places where Haskell code is generated.