Skip to content

Commit

Permalink
Fix format.
Browse files Browse the repository at this point in the history
  • Loading branch information
thealmarty committed Nov 5, 2019
1 parent dfeddec commit deef2f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Juvix/Core/IR/Typechecker.hs
Expand Up @@ -3,9 +3,9 @@ module Juvix.Core.IR.Typechecker where
import Control.Lens ((^?), ix)
import Control.Monad.Except (throwError)
import Juvix.Core.IR.Types
import Juvix.Core.Types
import Juvix.Core.Parameterisations.Naturals
import Juvix.Core.Parameterisations.Unit
import Juvix.Core.Types
import Juvix.Core.Usage
import Juvix.Library hiding (show)
import Prelude (Show (..), String, error, lookup)
Expand Down
2 changes: 1 addition & 1 deletion src/Juvix/Core/Parameterisations/Unit.hs
Expand Up @@ -40,7 +40,7 @@ parseVal lexer = do
pure Unit

reservedNames [String]
reservedNames = ["Unit","()"]
reservedNames = ["Unit", "()"]

reservedOpNames [String]
reservedOpNames = []
Expand Down

0 comments on commit deef2f9

Please sign in to comment.