haskell · haskell/NoMethodError
NoMethodError
NoMethodError
Thrown at runtime when a typeclass method is invoked on a type that provides no implementation — neither a default nor an instance-specific definition. Indicates that an instance declaration is missing or incomplete.