ghc-exactprint-1.9.0.0: tests/examples/pre-ghc910/T11959.hs
{-# LANGUAGE PatternSynonyms #-}
module Main where
import T11959Lib (Vec2(..), pattern (:>))
main = return ()
{-# LANGUAGE PatternSynonyms #-}
module Main where
import T11959Lib (Vec2(..), pattern (:>))
main = return ()