forked from GitHub/gf-core
Moved class stuff to prelude.
This commit is contained in:
@@ -57,7 +57,7 @@ numberMetas = mapM f
|
||||
EMeta -> do
|
||||
st <- get
|
||||
put (st { nextMeta = nextMeta st + 1})
|
||||
return $ EVar $ Ident $ "?" ++ show (nextMeta st)
|
||||
return $ EVar $ Ident $ "?" ++ show (nextMeta st) -- FIXME: hack
|
||||
_ -> composOpM f t
|
||||
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user