Home
last modified time | relevance | path

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

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/
H A DReduce.hs927 simplifyBlocked' (Blocked _ t) = return t function
928 simplifyBlocked' (NotBlocked _ t) = simplify' t -- Andrea(s), 2014-12-05 OK? function