modified
This commit is contained in:
parent
a5c34896ba
commit
a33ce04734
@ -1,4 +1,7 @@
|
||||
class Identity{
|
||||
op = (x)->x;
|
||||
|
||||
m(){
|
||||
op.apply(1);
|
||||
}
|
||||
}
|
@ -1,4 +1,8 @@
|
||||
|
||||
class Id{
|
||||
op = (x)->x;
|
||||
}
|
||||
class Id {
|
||||
op = (x) -> x;
|
||||
|
||||
m(){
|
||||
op.apply(1);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user