mirror of
https://github.com/hmemcpy/milewski-ctfp-pdf.git
synced 2024-11-26 03:11:47 +03:00
Use Product rather than Prod
This commit is contained in:
parent
bd5b309165
commit
15c672cab1
@ -1 +1 @@
|
||||
counit (Prod (Reader f, s)) = f s
|
||||
counit (Product (Reader f, s)) = f s
|
@ -1 +1 @@
|
||||
unit a = Reader (\s -> Prod (a, s))
|
||||
unit a = Reader (\s -> Product (a, s))
|
Loading…
Reference in New Issue
Block a user