module Language.Haskell.Brittany.Internal.EPCompat where import Data.Map (Map) type DeltaPos = () type Comment = () type Annotation = () type Anns = Map AnnKey () type AnnKey = () type EPAnns = Map AnnKey ()