diff options
| author | krasimir <krasimir@chalmers.se> | 2009-09-11 14:42:45 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2009-09-11 14:42:45 +0000 |
| commit | 509d0cf8d8ad17f61025d11aecec576adbbd701b (patch) | |
| tree | 78b3e60f47392ad5226516b6f1ed9fd658d80e1a /src/GF/Compile/GFCCtoJS.hs | |
| parent | 1cdf171251a56baf0867b65a95c9bd59801ff912 (diff) | |
added wrapper functions for expression manipulations in PGF. The Haskell API now uses the wrappers
Diffstat (limited to 'src/GF/Compile/GFCCtoJS.hs')
| -rw-r--r-- | src/GF/Compile/GFCCtoJS.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/Compile/GFCCtoJS.hs b/src/GF/Compile/GFCCtoJS.hs index dce3949c6..312701e3b 100644 --- a/src/GF/Compile/GFCCtoJS.hs +++ b/src/GF/Compile/GFCCtoJS.hs @@ -1,7 +1,7 @@ module GF.Compile.GFCCtoJS (pgf2js) where import PGF.CId -import PGF.Data +import PGF.Data hiding (mkStr) import qualified PGF.Macros as M import qualified GF.JavaScript.AbsJS as JS import qualified GF.JavaScript.PrintJS as JS |
