blob: 009dabaa30dac1ae6566b9d584abc22ed61f6bcd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
.. _pattern-guards:
Pattern guards
--------------
.. extension:: NoPatternGuards
:shortdesc: Disable pattern guards.
Implied by :extension:`Haskell98`.
:implied by: :extension:`Haskell98`
:since: 6.8.1
Disable `pattern guards
<http://www.haskell.org/onlinereport/haskell2010/haskellch3.html#x8-460003.13>`__.
|