| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
Agda.Syntax.Internal.MetaVars
Documentation
allMetas :: (TermLike a, Monoid m) => (MetaId -> m) -> a -> m Source #
Returns every meta-variable occurrence in the given type, except
 for those in Terms.
allMetasList :: TermLike a => a -> [MetaId] Source #