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
(* foo.ml *)module type T=sigtype_ t = None: unittend(* bar.ml *)module type T= [%import: (moduleFoo.T)]
Result:
File "bar.ml", line 1, characters 34-39:
1 | module type T = [%import: (module Foo.T)]
^^^^^
Error: The type variable name '_ is not allowed in programs
The text was updated successfully, but these errors were encountered:
Code:
Result:
The text was updated successfully, but these errors were encountered: