caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] example from manual FTBFS
@ 2016-09-07 10:38 Hendrik Boom
  2016-09-07 10:41 ` Frédéric Bour
  0 siblings, 1 reply; 3+ messages in thread
From: Hendrik Boom @ 2016-09-07 10:38 UTC (permalink / raw)
  To: OCaml

I took an example from 
http://caml.inria.fr/pub/docs/u3-ocaml/ocaml-objects.html

class amateur : object ('a)
  method play : 'a -> int -> 'a
end
class professional : object ('a)
  method level : int
  method play : 'a -> int -> 'a
end

and tried to compile it:

hendrik@notlookedfor:~/dv/ocaml/parse/priority$ ocamlc tt.ml -o tt
File "tt.ml", line 4, characters 0-5:
Error: Syntax error
hendrik@notlookedfor:~/dv/ocaml/parse/priority$

Those five characters are the word "class" on the second class 
declaration. But it's not the word "class".  If I leave that second 
class declaration out, it still complains at the same point, at the 
end of file after the first class declaration.

Evidently, I'm doing something wrong.

hendrik@notlookedfor:~/dv/ocaml/parse/priority$ ocamlc -version
4.01.0
hendrik@notlookedfor:~/dv/ocaml/parse/priority$ which ocamlc
/home/hendrik/.opam/4.01.0/bin/ocamlc
hendrik@notlookedfor:~/dv/ocaml/parse/priority$

-- hendrik


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-09-07 12:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-07 10:38 [Caml-list] example from manual FTBFS Hendrik Boom
2016-09-07 10:41 ` Frédéric Bour
2016-09-07 12:31   ` Hendrik Boom

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).