mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-23 00:36:29 +00:00
9 lines
128 B
Haskell
9 lines
128 B
Haskell
want :: Int
|
|
want = 42
|
|
|
|
-- DO NOT WANT this; right bound is exclusive
|
|
|
|
-- DO NOT WANT the below
|
|
doNotWant :: Int
|
|
doNotWant = 999
|