Skip to content
Snippets Groups Projects
Verified Commit ea445ffd authored by jan.hamal.dvorak's avatar jan.hamal.dvorak
Browse files

Use Applicative on top of Monad for Forms


This is a completely different approach that merits further exploration.

Signed-off-by: default avatarJan Hamal Dvořák <mordae@anilinux.org>
parent 622119be
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ cabal-version: 1.12 ...@@ -4,7 +4,7 @@ cabal-version: 1.12
-- --
-- see: https://github.com/sol/hpack -- see: https://github.com/sol/hpack
-- --
-- hash: b5ce075070487e21e8dc52b2afc5f1995311580f4978d92703fc77c3208c217c -- hash: 00d0ac3f76ad05002c67411c92f1e77aeee6a21668bc86d354917560a1f0ae2f
name: hikaru name: hikaru
version: 0.1.0.0 version: 0.1.0.0
...@@ -46,7 +46,7 @@ library ...@@ -46,7 +46,7 @@ library
Paths_hikaru Paths_hikaru
hs-source-dirs: hs-source-dirs:
lib lib
default-extensions: ApplicativeDo BlockArguments DeriveGeneric FlexibleInstances GeneralizedNewtypeDeriving LambdaCase MultiParamTypeClasses NamedFieldPuns NoImplicitPrelude OverloadedStrings RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving DataKinds default-extensions: BlockArguments DeriveGeneric FlexibleInstances GeneralizedNewtypeDeriving LambdaCase MultiParamTypeClasses NamedFieldPuns NoImplicitPrelude OverloadedStrings RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving DataKinds
ghc-options: -Wall -Wcompat ghc-options: -Wall -Wcompat
build-depends: build-depends:
aeson >=1.4 && <1.5 aeson >=1.4 && <1.5
......
This diff is collapsed.
...@@ -23,7 +23,6 @@ extra-source-files: README.md ...@@ -23,7 +23,6 @@ extra-source-files: README.md
ghc-options: -Wall -Wcompat ghc-options: -Wall -Wcompat
default-extensions: default-extensions:
- ApplicativeDo
- BlockArguments - BlockArguments
- DeriveGeneric - DeriveGeneric
- FlexibleInstances - FlexibleInstances
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment