Browse thread
Should a /\ operator be possible?
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Vincent Hanquez <tab@s...> |
| Subject: | Re: [Caml-list] Should a /\ operator be possible? |
On Thu, May 01, 2008 at 10:20:23PM +0100, Richard Jones wrote: > In fact can we open the discussion about converting OCaml source files > into UTF-8 and allow _lots_ more symbols? eg: > > let (∪) = ... > let (⊆) = ... on one hand, it probably would be nice to have such a massive extend of symbols.. on the other hand, it could be quite unproductive for writing/reading code since there's so much symbols, and that some looks like others; for example 'u' and '∪', '‧' and '.', '‶' and '"' etc.. plus, i don't really want to have my character table open when i want to edit a program ... -- Vincent