ucsd-progsys/liquidhaskell

Liquid Haskell should accept `UnicodeSyntax`

Open

#2,551 创建于 2025年6月8日

在 GitHub 查看
 (4 评论) (0 反应) (0 负责人)Haskell (1,306 star) (157 fork)batch import
good first issue

描述

Setting {-# LANGUAGE UnicodeSyntax #-} in a source file allows us to use, e.g., and as -> and ::, but this doesn't apply to Liquid Haskell code, which even with UnicodeSyntax enabled still accepts only the latter. It would be nice if we could use UnicodeSyntax in Liquid Haskell as well.

(Given that we can't at the moment, I've had to abandon UnicodeSyntax for my projects that use Liquid Haskell, as having a mix of the two in the same file makes searching and the like more difficult.)

贡献者指南

Liquid Haskell should accept `UnicodeSyntax` · ucsd-progsys/liquidhaskell#2551 | Good First Issue