diff options
| author | krasimir <krasimir@chalmers.se> | 2010-06-22 12:31:04 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2010-06-22 12:31:04 +0000 |
| commit | 88d7631b62fd004ac4d84d37cc94a133f0776f60 (patch) | |
| tree | f4ea276c42685fce0593fd7b29cf741048c1fbe8 /src/runtime/haskell/PGF.hs | |
| parent | a6b8c1190545fb219330073defaf63caecdaf567 (diff) | |
preliminary version of API for Open Literals
Diffstat (limited to 'src/runtime/haskell/PGF.hs')
| -rw-r--r-- | src/runtime/haskell/PGF.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/haskell/PGF.hs b/src/runtime/haskell/PGF.hs index 128a58a35..2f9f21e1e 100644 --- a/src/runtime/haskell/PGF.hs +++ b/src/runtime/haskell/PGF.hs @@ -80,6 +80,7 @@ module PGF( complete, Parse.ParseState, Parse.initState, Parse.nextState, Parse.getCompletions, Parse.recoveryStates, + Parse.acceptsLiteral, Parse.feedLiteral, Parse.ParseResult(..), Parse.getParseResult, -- ** Generation |
