Skip to content

Commit

Permalink
fix tests/typecheck/success/prelude
Browse files Browse the repository at this point in the history
PR dhall-lang#674 added new functions to the prelude without updating this test,
which now fails.  This fixes it.
  • Loading branch information
philandstuff committed Aug 22, 2019
1 parent 42dbd5d commit 0931728
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/typecheck/success/preludeB.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,16 @@
(n : Natural) Double
, toInteger :
Natural Integer
, lessThan :
Natural Natural Bool
, lessThanEqual :
Natural Natural Bool
, equal :
Natural Natural Bool
, greaterThan :
Natural Natural Bool
, greaterThanEqual :
Natural Natural Bool
}
, Optional :
{ all :
Expand Down

0 comments on commit 0931728

Please sign in to comment.