diff options
| author | hallgren <hallgren@chalmers.se> | 2014-10-16 16:28:54 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2014-10-16 16:28:54 +0000 |
| commit | 6375bacc73c5ba2f0dd660fab18b590506027822 (patch) | |
| tree | c151726dc25b54b2f991be0111afb50d2f65a0ab /src/compiler/GF/Compile.hs | |
| parent | 070057e6950d7d07d05c91bb90033d012c6e8f01 (diff) | |
Some work on the haddock documentation
Diffstat (limited to 'src/compiler/GF/Compile.hs')
| -rw-r--r-- | src/compiler/GF/Compile.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/GF/Compile.hs b/src/compiler/GF/Compile.hs index b52469cdb..fb37cd1fe 100644 --- a/src/compiler/GF/Compile.hs +++ b/src/compiler/GF/Compile.hs @@ -26,6 +26,7 @@ import PGF.Internal(optimizePGF) import PGF(PGF,defaultProbabilities,setProbabilities,readProbabilitiesFromFile) -- | Compiles a number of source files and builds a 'PGF' structure for them. +-- This is a composition of 'batchCompile' and 'link'. compileToPGF :: Options -> [FilePath] -> IOE PGF compileToPGF opts fs = link opts =<< batchCompile opts fs |
