1
0
forked from GitHub/gf-core

Add language extension for ghc<7.4

FlexibleInstances does not imply TypeSynonymInstances, apparently.
This commit is contained in:
hallgren
2012-12-14 14:21:46 +00:00
parent d7e3c869c2
commit 9ab3a6034d

View File

@@ -1,5 +1,5 @@
-- | Implementations of predefined functions
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE TypeSynonymInstances, FlexibleInstances #-}
module GF.Compile.Compute.Predef(predef,predefName,delta) where
import Text.PrettyPrint(render,hang,text)