Learn
Documentation
Packages
Community
OPAM on Github
OPAM
Repository
Documentation
Primer
Quick Install
Basic Usage
Specifying Solver Preferences
FAQ
Go Further
Advanced Install
Advanced Usage
Developing
For Packagers
Packaging
OPAM 1.2 BETA
About OPAM
Platform Blog
#
en
Module
Translclass
val
transl_class :
Ident
.
t
list ->
Ident
.
t
-> string list ->
Typedtree
.
class_expr
-> Asttypes.virtual_flag ->
Lambda
.
lambda
type
error =
| Illegal_class_expr
| Tags
of
string * string
exception
Error
of
Location
.
t
* error
val
report_error :
Format
.
formatter
-> error -> unit