We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26bbe89 commit 0aa75efCopy full SHA for 0aa75ef
CHANGELOG.md
@@ -6,6 +6,12 @@ All notable changes to this project will be documented in this file.
6
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
7
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8
9
+## [Unreleased]
10
+
11
+### Fixed
12
13
+- Typo in `LambdaCase` pragma snippet
14
15
## [1.0.0] - 2023-05-28
16
17
### Added
lua/haskell-snippets/pragmas.lua
@@ -78,7 +78,7 @@ pragmas.lang = s({
78
insert(1),
79
text('ScopedTypeVariables'),
80
text('RecordWildCards'),
81
- text('LamdaCase'),
+ text('LambdaCase'),
82
text('QuasiQuotes'),
83
text('ViewPatterns'),
84
text('DerivingVia'),
0 commit comments