Skip to content

Commit

Permalink
Well
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljharvey committed Dec 9, 2023
1 parent f0e3491 commit a3c50d5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
some sort of compiler

```haskell
def inc : Int -> Int -> Int
def inc a = a + 1
def inc (a: Int): Int {
a + 1
}

class Eq a { equals : a -> a -> Bool }

Expand Down

0 comments on commit a3c50d5

Please sign in to comment.