aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/RoleAnnotations/role-parenthesized-operator.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE RoleAnnotations #-}
module RoleParenthesizedOperator where
data a := b = Pair a b
type role (:=) nominal nominal
{- ORACLE_TEST pass -}
{-# LANGUAGE RoleAnnotations #-}
module RoleParenthesizedOperator where
data a := b = Pair a b
type role (:=) nominal nominal