ITADN
首页
AIGC
博客文章
GIT库
资源下载
C龙虾
程序订做
联系我们
tree-sitter/tree-sitter-haskell
/
Issues
Type family with functional dependency fails to parse
#150
Open
josephsumabat
创建于 2025-10-24
J
josephsumabat
commented
Having a functional dependency with a type family causes parsing to fail ``` type family MyTypeFamily (a :: Abc) :: (r :: Type) | a -> r where MyTypeFamily 'Cba = SomeType ```
1 条评论