Initial commit
This commit is contained in:
commit
d88fb3194f
27 changed files with 2752 additions and 0 deletions
8
snippets/haskell-mode/hedgehog-generator
Normal file
8
snippets/haskell-mode/hedgehog-generator
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# key: gen
|
||||
# name: Hedgehog Generator
|
||||
# expand-env: ((yas-indent-line (quote fixed)))
|
||||
# --
|
||||
gen${1:Foo} :: Gen $1
|
||||
gen$1 = do
|
||||
$2
|
||||
pure $1{..}
|
||||
Loading…
Add table
Add a link
Reference in a new issue