Files
org-vim/runtime/syntax/testdir/input/haskell.hs
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
84 B
Haskell
Raw Normal View History

2025-11-21 18:22:37 +00:00
-- Issue #18776 (allow spaces in backticked operators)
main = print (9 ` div ` 4)