brittany/source/library/Language/Haskell/Brittany/Internal/EPCompat.hs

14 lines
213 B
Haskell

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 ()