aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/RoleAnnotations/role-single-parameter.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE RoleAnnotations #-}
module RoleSingleParameter where
type role NominalBox nominal
data NominalBox a = NominalBox a
{- ORACLE_TEST pass -}
{-# LANGUAGE RoleAnnotations #-}
module RoleSingleParameter where
type role NominalBox nominal
data NominalBox a = NominalBox a