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
Trying to compile the current version with ocaml 4.11.1 leads to an error:
File "src/context/common.ml", line 1105, characters 10-122:
1105 | | _ -> ExtList.List.find_map (fun t -> match t with TClassDecl c when c.cl_path = path -> Some c | _ -> None) m.m_types
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: This expression has type Type.tclass option
but an expression was expected of type Type.tclass = TType.tclass
make: *** [Makefile:77: haxe] Error 1
The text was updated successfully, but these errors were encountered:
Trying to compile the current version with ocaml 4.11.1 leads to an error:
The text was updated successfully, but these errors were encountered: