Skip to content

Instantly share code, notes, and snippets.

@jproyo
Created September 1, 2020 08:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jproyo/d1c50b1abf3c381d815f266b4fda7013 to your computer and use it in GitHub Desktop.
Save jproyo/d1c50b1abf3c381d815f266b4fda7013 to your computer and use it in GitHub Desktop.
Type Operators Brittany
{-# LANGUAGE TypeOperators #-}
module HsOpTy where
import GHC.TypeLits
-- brittany-disable-next-binding
type Foo =
Int :
'[]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment