haskell-tools-refactor-1.0.1.1: examples/Decl/TypeRole.hs
{-# LANGUAGE RoleAnnotations #-}
module Decl.TypeRole where
type role Foo representational representational
data Foo a b = Foo Int
{-# LANGUAGE RoleAnnotations #-}
module Decl.TypeRole where
type role Foo representational representational
data Foo a b = Foo Int