In org-mode, a line starting with a colon is formatted as source code. ( http://orgmode.org/manual/Literal-examples.html )
In literate Haskell, source code lines start with a greater then sign.
I want to write literate Haskell with org-mode markdown, my current preferred format.
As I assume that I cannot change the Haskell compiler, my question is:
Can I somehow make the greater than sign a code-line marker in org mode? (I tried to find it myself, but as org.el is a 865k file, 22k loc, I'm still lost.)