Created
September 1, 2020 08:02
-
-
Save jproyo/d1c50b1abf3c381d815f266b4fda7013 to your computer and use it in GitHub Desktop.
Type Operators Brittany
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{-# 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