-
Notifications
You must be signed in to change notification settings - Fork 152
Fully support base-unicode-symbols #93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'd like to see this also. It seems currently only converting getPort ∷ SvHashTable → Server → IO (Maybe Port)
getPort ht sv = do
se <- H.lookup ht sv
case se of
Nothing -> return Nothing
Just (port,_,_,_) -> return $ Just port Could we get more conversions and more detection? |
@MrDetonia I think you're talking about the UnicodeSyntax language extension in #3, rather than the base-unicode-symbols package mentioned in this issue. |
I prefer to have something that works without extra dependencies, so I'd rather just have very good |
@jaspervdj Maybe this could be an optional feature, disabled by default, like UnicodeSyntax? |
makes it impossible to deal with. |
As a part of the Unicode support feature, I propose that stylish-haskell could support the functions in base-unicode-symbols.
Related code is in this file.
Related to #3 and #81.
I'd be interested in helping out, but I can't really understand the code in that file.
The text was updated successfully, but these errors were encountered: