-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
Opening this up to explore some things we might want to smash with RULES.
toView (lift m) = m >>= single. I believe this should helplift m <|> nandm <|> lift n.- As discussed,
toView (fromView m) = m. Among other things, this should improvepure a <|> mandm <|> pure a.
Reactions are currently unavailable