Home
last modified time | relevance | path

Searched refs:etaCase (Results 1 – 1 of 1) sorted by relevance

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/
H A DCompiledClause.hs88 etaCase :: ConHead -> WithArity c -> Case c
89 etaCase c x = Branches False Map.empty (Just (c, x)) Map.empty Nothing (Just False) True function