with-location-0.1.0: Use ImplicitParams-based source locations in a backward compatible way

Safe HaskellSafe
LanguageHaskell2010

Data.WithLocation

Documentation

type WithLocation a = (?loc :: CallStack) => a Source