mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-13 23:09:31 -06:00
Preparations for release of GF 3.3
+ Changing version numbers and dates here and there. + Simplify build-binary-dist.sh since pgf-http need not be built anymore. + Use--gf-lib-path to make the sample grammars for minibar compile even if GF is not installed.
This commit is contained in:
@@ -2,25 +2,12 @@ module PGF.SortTop
|
||||
( forExample
|
||||
) where
|
||||
|
||||
import PGF.Linearize
|
||||
import PGF.Macros
|
||||
import System.IO
|
||||
import PGF.CId
|
||||
import PGF.Data
|
||||
import PGF.Macros
|
||||
import PGF.Expr
|
||||
import Data.Array.IArray
|
||||
import Data.List
|
||||
import Control.Monad
|
||||
import qualified Data.Map as Map
|
||||
import qualified Data.IntMap as IntMap
|
||||
import qualified Data.Set as Set
|
||||
import Data.Maybe
|
||||
import System.Environment (getArgs)
|
||||
import Data.Binary
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
arguments :: Type -> [CId]
|
||||
@@ -89,8 +76,3 @@ returnCat abs cid =
|
||||
forExample :: PGF -> IO [[((CId,CId),[CId])]]
|
||||
forExample pgf = let abs = abstract pgf
|
||||
in showInOrder abs Set.empty (Set.fromList $ Map.keys $ funs abs) Set.empty
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user