Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa McHale committed Aug 11, 2018
1 parent f339284 commit ccbc482
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes
@@ -0,0 +1 @@
pkgs/default.nix linguist-generated=true
2 changes: 1 addition & 1 deletion language-plutus-core/src/Language/PlutusCore/Lexer/Type.hs
Expand Up @@ -95,7 +95,7 @@ data Token a = LexName { loc :: a
| LexBuiltin { loc :: a, builtin :: BuiltinName }
| LexNat { loc :: a, nat :: Natural }
| LexKeyword { loc :: a, keyword :: Keyword }
| LexSpecial a Special -- { loc :: a, special :: Special }
| LexSpecial { loc :: a, special :: Special }
| EOF { loc :: a }
deriving (Show, Eq, Generic, NFData)

Expand Down

0 comments on commit ccbc482

Please sign in to comment.