-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Preprocessor to allow record.field syntax -- -- In almost every programming language a.b will get the -- b field from the a data type, and many different -- data types can have a b field. The reason this feature is -- ubiquitous is because it's useful. The -- record-dot-preprocessor brings this feature to Haskell - see -- the README for full details. @package record-dot-preprocessor @version 0.2.15 -- | Module containing the plugin. module RecordDotPreprocessor -- | GHC plugin. plugin :: Plugin module RecordDotPreprocessor.Lib recordDotPreprocessor :: FilePath -> String -> String recordDotPreprocessorOnFragment :: String -> String