File: TypeOperatorAsVariable.hs.prettyprinter.golden

package info (click to toggle)
haskell-src-exts 1.23.1-6
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 25,848 kB
  • sloc: haskell: 13,707; makefile: 14
file content (5 lines) | stat: -rw-r--r-- 64 bytes parent folder | download | duplicates (12)
1
2
3
4
5
{-# LANGUAGE TypeOperators #-}

type T (~>) = ()

type Foo = ()