Agda-2.4.2: A dependently typed functional programming language and proof assistant

Safe HaskellNone

Agda.Syntax.Internal.Generic

Contents

Synopsis

Documentation

class TermLike a whereSource

Methods

traverseTerm :: (Term -> Term) -> a -> aSource

traverseTermM :: (Monad m, Applicative m) => (Term -> m Term) -> a -> m aSource

foldTerm :: Monoid m => (Term -> m) -> a -> mSource

Instances

Constants

Functors

Real terms

copyTerm :: (TermLike a, Applicative m, Monad m) => a -> m aSource

Put it in a monad to make it possible to do strictly.