cleaning
This commit is contained in:
parent
0514889ba6
commit
bc5027ddc1
1 changed files with 0 additions and 5 deletions
|
|
@ -1,8 +1,3 @@
|
|||
point : Int \ Int \ { x : Int, y : Int } = x y \ { x = x, y = y };
|
||||
getX : { x : Int, y : Int } \ Int = p \ p.x;
|
||||
setX : Int \ { x : Int, y : Int } \ { x : Int, y : Int } = newX p \ p.{ x = newX };
|
||||
myPoint = point 3 Blah;
|
||||
|
||||
Num a {
|
||||
add : a \ a \ a;
|
||||
sub : a \ a \ a;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue