brittany/data/Test244.hs

3 lines
72 B
Haskell

{-# LANGUAGE PatternSynonyms #-}
pattern MyData { a, b, c } = [a, b, c]