Fixed associativity of ::: alias
Getty Ritter
9 years ago
20 | 20 |
|
21 | 21 |
import Control.Applicative ((<$>), (<*>), pure)
|
22 | 22 |
import Data.SCargot.Repr as R
|
| 23 |
|
| 24 |
infixr 5 :::
|
23 | 25 |
|
24 | 26 |
-- | A shorter infix alias for `SCons`
|
25 | 27 |
pattern x ::: xs = SCons x xs
|