Skip to content

Commit

Permalink
Well
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljharvey committed Oct 30, 2023
1 parent 5f98220 commit 051fd85
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions smol-core/test/static/Functor.smol
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,3 @@ test "fmap works with Either" =
let inc = (\a -> a + 1 : Int -> Int);
unwrapEither (fmap inc (Right 1)) == unwrapEither (Right (2 : Int))

def log : True
def log =
if True then "log"
else "hot dog"

def log : False
def log =
\a -> False

0 comments on commit 051fd85

Please sign in to comment.