spacepaste
new
Paste details
reply
|
raw
### code.ml (ocaml)
class virtual number = object
method virtual value: 'b
method virtual plus: 'a -> 'a
end
### error.txt
File "int_test.ml", line 1, characters 31-32:
Error: Syntax error