Skip to content

Commit

Permalink
fix neg test
Browse files Browse the repository at this point in the history
  • Loading branch information
clayrat committed Dec 18, 2024
1 parent f502dd0 commit f84a7e8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/neg/MyBagDefine.hs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,3 @@ import Data.Set
{-@ thm_emp :: x:k -> { empty /= sng x } @-}
thm_emp :: (Ord k) => k -> ()
thm_emp x = const () (sng x)

{-@ thm_emp' :: x:k -> xs:Bag k -> { empty /= put x xs } @-}
thm_emp' :: (Ord k) => k -> Bag k -> ()
thm_emp' x xs = const () (put x xs)

0 comments on commit f84a7e8

Please sign in to comment.