Home
last modified time | relevance | path

Searched defs:defConstructors (Results 1 – 1 of 1) sorted by relevance

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/Monad/
H A DBase.hs2305 defConstructors Datatype{dataCons = cs} = cs function
2306 defConstructors Record{recConHead = c} = [conName c] function
2307 defConstructors _ = __IMPOSSIBLE__ function