Skip to content

Commit

Permalink
w.i.p
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaprieto committed Nov 29, 2023
1 parent d5a4f92 commit f86cd86
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,8 @@ instance ToGenericError TypeCheckerError where
ErrExpectedFunctionType e -> genericError e
ErrTooManyArgumentsIndType e -> genericError e
ErrTooFewArgumentsIndType e -> genericError e
<<<<<<< HEAD
ErrInvalidPatternMatching e -> genericError e
ErrNoPositivity e -> genericError e
=======
ErrImpracticalPatternMatching e -> genericError e
ErrNonStrictlyPositive e -> genericError e
>>>>>>> 781ad323 (W.i.p)
ErrUnsupportedTypeFunction e -> genericError e
ErrInvalidInstanceType e -> genericError e
ErrInvalidCoercionType e -> genericError e
Expand Down
2 changes: 1 addition & 1 deletion test/Typecheck/Negative.hs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module Typecheck.Negative where

import Base
import Juvix.Compiler.Internal.Translation.FromInternal.Analysis.TypeChecking.Error
import Juvix.Compiler.Internal.Translation.FromInternal.Analysis.Positivity.Error
import Juvix.Compiler.Internal.Translation.FromInternal.Analysis.TypeChecking.Error
import Juvix.Data.Effect.TaggedLock

type FailMsg = String
Expand Down

0 comments on commit f86cd86

Please sign in to comment.