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

[WIP] feat(std): replace parser lib with more generic version #687

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Prev Previous commit
fix(std): fix Result's Alternative implementation again
Etherian committed May 26, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit c738f6c1ab3f0342f88b1c3c11373d44d2fddf2f
1 change: 1 addition & 0 deletions std/result.glu
Original file line number Diff line number Diff line change
@@ -6,6 +6,7 @@ let { Show } = import! std.show
let { Functor } = import! std.functor
let { Applicative } = import! std.applicative
let { Monad } = import! std.monad
let { Alternative, (<|>) } = import! std.alternative
let { Result } = import! std.types
let { Foldable } = import! std.foldable
let { Traversable } = import! std.traversable