daig / daig/intrinsic-superclasses

Handle infix method definitions

Open
#3 0 comments 0 reactions 0 assignees View on GitHub
bug good first issue help wanted
Dominant language
Haskell
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Currently infix operators must be instantiated in head position (like `(<>) a b = a + b`) or value position (like `(<>) = (+)`), but we should be able to handle the natural definition `a <> b = a + b`.

Blocked upstream on https://github.com/bmillwood/haskell-src-meta/issues/66
The issue has been fixed but needs to be pushed as a new version to hackage

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.