Home
last modified time | relevance | path

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

/dports/lang/mosml/mosml-ver-2.10.1/src/compiler/
H A DMatch.sig5 val translateMatch : value
H A DMatch.sml337 fun translateMatch (env : Tr_env.TranslEnv) failure_code loc mrules = function
/dports/lang/mosml/mosml-ver-2.10.1/src/compiler.cminusminus/
H A DMatch.sig5 val translateMatch : value
H A DMatch.sml337 fun translateMatch (env : Tr_env.TranslEnv) failure_code loc mrules = function
/dports/lang/ghc/ghc-8.10.7/compiler/GHC/HsToCore/
H A DPmCheck.hs660 translateMatch fam_insts vars (dL->L _ (Match { m_pats = pats, m_grhss = grhss })) function
672 translateMatch _ _ _ = panic "translateMatch" function