Browse thread
[Caml-list] functor type abbreviations
- Brian Naylor
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Brian Naylor <bwv211mail@y...> |
| Subject: | [Caml-list] functor type abbreviations |
Would it be possible to add an abbreviation syntax for functor types similar to that used for functor definitions? module Func (A : ASIG) (B : BSIG) = struct ... end (* this works *) module Func (A : ASIG) (B : BSIG) : sig ... end (* can we add this? *) Thanks! __________________________________________________ Do You Yahoo!? Yahoo! Autos - Get free new car price quotes http://autos.yahoo.com ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners