- Notifications
You must be signed in to change notification settings - Fork 473
Open
Description
module type T = { let foo: string } module F = (X: T, Y: T) => { } module C = F({let foo = "bar"}) C.whatever() gives error:
Type Errors [E] Line 9, column 0: The module C is a functor, not a structure but it would likely be more helpful to error on the line above (could be way separated from C.whatever() in practice) and say that the functor is missing an argument.
Metadata
Metadata
Assignees
Labels
No labels