packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/UnicodeSyntax/unicode-star-expression-operator.hs

{- ORACLE_TEST pass -}
{-# LANGUAGE UnicodeSyntax #-}

module UnicodeStarExpressionOperator where

infixl 7 ★

(★) ∷ Int → Int → Int
(★) = (*)

value ∷ Int
value = 2 ★ 3