I want to design a DSL in Haskell for propositional calculus. But instead of 
using natural language names for functions like or, and, implies etc. I want to 
use Unicode symbols as infix functions ¬, ˅, ˄, →, ↔ But I keep getting error 
messages from the GHC parser. Is there a way to make GHC parse my source files 
correctly? If it is not possible yet, please consider this as a “feature 
request”.

 

Best Regards,

Cetin Sert

INF 521, 4-6-2

69120 Heidelberg

Germany

 

http://www.corsis.de

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to