Cleanup combination accessing code

This commit is contained in:
2021-12-06 14:18:11 +00:00
parent 40195d033c
commit 766a1dda83
6 changed files with 98 additions and 112 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import Control.Lens
-- | Strict maybe
data Maybe' a
= Just' {_Just' :: a }
= Just' {__Just' :: a }
| Nothing'
fromJust' :: Maybe' a -> a