haskell-tools-refactor-0.4.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