diff options
| author | hallgren <hallgren@chalmers.se> | 2014-12-08 14:48:14 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2014-12-08 14:48:14 +0000 |
| commit | 676b0d6e8192c3cab92ca4cb8247cba00533402d (patch) | |
| tree | 60a6c28d2c98ef2731099b2de67f14a3fd574df1 /src/compiler/GF/Compile | |
| parent | 55e2b55e60d588174e7339f9d0ee23da3db97a3e (diff) | |
Haddock documentation: expose exportPGF, some other small improvements
Diffstat (limited to 'src/compiler/GF/Compile')
| -rw-r--r-- | src/compiler/GF/Compile/Export.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compiler/GF/Compile/Export.hs b/src/compiler/GF/Compile/Export.hs index 432d98db9..5518d2ee2 100644 --- a/src/compiler/GF/Compile/Export.hs +++ b/src/compiler/GF/Compile/Export.hs @@ -25,6 +25,8 @@ import GF.Text.Pretty -- top-level access to code generation +-- | Export a PGF to the given 'OutputFormat'. For many output formats, +-- additional 'Options' can be used to control the output. exportPGF :: Options -> OutputFormat -> PGF |
