module Test:Bare alias forsig
..end
Test
module.typeresult =
Test.result
=
| |
Passed |
| |
Failed of |
| |
Uncaught of |
| |
Report of |
| |
Exit_code of |
type'a
classifier ='a Test.classifier
typet =
Test.t
typeoutput_mode =
Test.output_mode
=
| |
Text_output of |
| |
Html_output of |
| |
Xml_output of |
| |
Xml_junit_output of |
| |
Csv_output of |
include Test