Home
last modified time | relevance | path

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

/dports/lang/ghc/ghc-8.10.7/compiler/typecheck/
H A DTcRnMonad.hs1829 fixSafeInstances _ = map fixSafe
1830 where fixSafe inst = let new_flag = (is_flag inst) { isSafeOverlap = True } function