This commit is contained in:
2022-08-20 18:41:04 +01:00
parent ff9dbdf068
commit 6e598339f1
84 changed files with 58 additions and 216 deletions
-3
View File
@@ -8,10 +8,7 @@ module MaybeHelp where
import Control.Lens
import Data.Aeson
import Data.Store
import Flat
import GHC.Generics
import TH.Derive
data Maybe' a = Just' {__Just' :: a} | Nothing'
deriving (Eq, Ord, Show, Read, Generic, Flat)