mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
Add language extension for ghc<7.4
FlexibleInstances does not imply TypeSynonymInstances, apparently.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
-- | Implementations of predefined functions
|
-- | Implementations of predefined functions
|
||||||
{-# LANGUAGE FlexibleInstances #-}
|
{-# LANGUAGE TypeSynonymInstances, FlexibleInstances #-}
|
||||||
module GF.Compile.Compute.Predef(predef,predefName,delta) where
|
module GF.Compile.Compute.Predef(predef,predefName,delta) where
|
||||||
|
|
||||||
import Text.PrettyPrint(render,hang,text)
|
import Text.PrettyPrint(render,hang,text)
|
||||||
|
|||||||
Reference in New Issue
Block a user