Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

`Lib.Text.PC.Base.ParserBase' is not MonadPlus! #3

Open
KiJeong-Lim opened this issue Jan 19, 2021 · 0 comments
Open

`Lib.Text.PC.Base.ParserBase' is not MonadPlus! #3

KiJeong-Lim opened this issue Jan 19, 2021 · 0 comments

Comments

@KiJeong-Lim
Copy link
Owner

MonadPlus laws:
  left zero:         +++ OK, passed 500 tests.
  left identity:     +++ OK, passed 500 tests.
  right identity:    +++ OK, passed 500 tests.
  associativity:     *** Failed! Falsified (after 17 tests and 5 shrinks):    
PAct ([] +-> PAct ([] +-> PVal 15))
PAct ([] +-> PAct ([] +-> PAct ([] +-> PAct [-1,-12,6,15,11,13,-4,-11,-1,4,16,-5,-9,-6,-6] [(PAct [9] [],"\SOH_e\SOH<q\260334")])))
PAct [-6,-5,-1,-4,12,8] [(PAct ([] +-> PAct ([] +-> PAct ([] +-> PVal (-16)))),"\GS\483678"),(PAct ([] +-> PAct ([] +-> PAct [] [])),"ae\DC1\roSB\DC3\312652\939748o1R/"),(PAct ([] +-> PAct ([] +-> PAct ([] +-> PVal (-5)))),"O")]
"B"
  left distribution: *** Failed! Falsified (after 3 tests and 2 shrinks):
PAct ([] +-> PVal 1)
PAct ([] +-> PAct [] [])
<function>
""
""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant