mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-21 10:49:33 -06:00
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