From 6375bacc73c5ba2f0dd660fab18b590506027822 Mon Sep 17 00:00:00 2001 From: hallgren Date: Thu, 16 Oct 2014 16:28:54 +0000 Subject: Some work on the haddock documentation --- src/compiler/GF/Compile.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/compiler/GF/Compile.hs') 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 -- cgit v1.2.3