Open yannham opened 1 year ago
After some chat, the simplest way to go right now is simply to have some unicode operators be alternative valid input for the corresponding symbol (e.g. ∀ equivalent to forall
). We don't plan on making this configurable, and the pretty printer (e.g. printing types in error messages) would still use the non-unicode symbols. Doing so people can still use unicode input if they want to at a low maintenance cost for the Nickel project.
Discussed in https://github.com/tweag/nickel/discussions/1327