mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2025-12-06 06:58:45 +00:00
test fixes
This commit is contained in:
parent
d12811b0eb
commit
776b6cccc6
4 changed files with 11 additions and 11 deletions
|
|
@ -1,5 +1,5 @@
|
|||
decl sum ('A : #Add) : 'A -> 'A -> 'A
|
||||
def sum 'A : a b = a + b
|
||||
def sum : a b = a + b
|
||||
|
||||
decl fib : Int -> Int
|
||||
def fib : n =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue