You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a colabel declaration, the index type constructor's name
corresponds to the one which is bound in the current type declaration.
(Parser.check_indexed_cotype)
The type annotation in a comatch expression is a cotype.
(Parser.check_ty_in_comatch)
The hole identifiers for a copattern matching are the same in the full
set of copatterns and correspond to the one bound by the comatch.
(Parser.check_id_in_cocases)
At least a type annotation is declared in nested copatterns.
(MNTSA.Error.Missing_type_annotation)
Playground:
Add a playground folder for examples.
A complete example for streams.
(testsuite/trans/playground/qstream.ml)