ghc-7.8.20140130: The GHC API

Safe HaskellNone
LanguageHaskell98

Class

Synopsis

Documentation

defMethSpecOfDefMeth :: DefMeth -> DefMethSpecSource

Convert a DefMethSpec to a DefMeth, which discards the name field in the DefMeth constructor of the DefMeth.

type FunDep a = ([a], [a])Source