HaskellWiki talk:Syntax highlighting
From HaskellWiki
Question: Would it be possible to have an markup tag, say<haskell-pretty> which would utilize the <math> environment to produce neat looking things like
, corresponding to foo :: forall a b. a -> b
- It may be possible, but there are issues. Bear in mind Haskell type variables can be more than one character: . I also find the TeX a bit ugly placed in the text.return :: (Monad monad) => a -> monad a
- An alternative might be to use Unicode more effectively: "foo :: ∀ m a b. (Monad m) ⇒ a → m b". —Ashley Y 23:38, 13 March 2006 (UTC)
