ppx_where
Haskell-style `where` clauses as a PPX syntax extension
Description
ppx_where allows for the use of where
clauses after expressions
by rewriting the where
syntax into let ... in
syntax at
compile-time. Additionally, ppx_where allows for some limited
pattern matching such as that allowed in-place for arguments
in normal function bindings.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 26 Feb 2016
- Authors
- Maintainers
Sources
Dependencies
Reverse Dependencies