From b4207d1b00853cc5eb73e52d1c831b764f5ebe75 Mon Sep 17 00:00:00 2001 From: hallgren Date: Wed, 19 Dec 2012 23:08:56 +0000 Subject: GF.Grammar.Lookup: new function lookupResDefLoc It's like lookupResDef but it includes a source location in the output. --- src/compiler/GF/Compile/Compute/AppPredefined.hs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/compiler/GF/Compile') diff --git a/src/compiler/GF/Compile/Compute/AppPredefined.hs b/src/compiler/GF/Compile/Compute/AppPredefined.hs index fcd262a19..375564b32 100644 --- a/src/compiler/GF/Compile/Compute/AppPredefined.hs +++ b/src/compiler/GF/Compile/Compute/AppPredefined.hs @@ -88,8 +88,6 @@ primitives = Map.fromList fun from to = oper (mkFunType from to) oper ty = ResOper (Just (noLoc ty)) Nothing - noLoc = L NoLoc - varL :: Ident varL = identC (BS.pack "L") -- cgit v1.2.3