- Notifications
You must be signed in to change notification settings - Fork21
Extend automaton#381
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Open
turion wants to merge32 commits intomasterChoose a base branch fromdev_extend_automaton
base:master
Could not load branches
Branch not found:{{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline, and old review comments may become outdated.
Uh oh!
There was an error while loading.Please reload this page.
Open
Extend automaton#381
Changes from1 commit
Commits
Show all changes
32 commits Select commitHold shift + click to select a range
2cc253e
Fix naming in mapOutput and toRecursive
turionb784bd9
Add stepInstant
turiond698740
Fix naming in runStreamExcept
turion343264c
Add Foldable and Traversable instances
turion7d32c7d
Add mmap
turionc153f86
Move toRecursive and fromRecursive
turion2549fba
Simplify type signature of handleAutomaton
turionb0fb98d
parallely and applying
turion23b4c06
Avoid mtl dependency where possible
turion8f5ec75
Add arr'
turion88346f0
Relax constraints for Strong and Choice
turion85ada3a
Add Filterable, Witherable instances and catMaybeS
turion93345c7
WIP FilterAutomaton
turion857b381
FIXUP (should drop itself) fix some warnings
turion96fc2c6
Add unzipResult
turion48ea06c
Fix import
turion9167495
Add hoist' variants without monad constraint
turion0820f0c
Fix import
a51f71a
Fix naming & hlint
turionb0a7f18
Fix haddock
turion014bd22
WIP Handling composed functors, runListS
turion275c41e
WIP foldStream functions
turion2db7198
WIP Apply some hints
turion8e3f607
Fix haddock
turion5d649de
Add mapException
turion345aee1
Implement mtl instances for StreamExcept
turiona0d9afe
Implement mtl instances for AutomatonExcept
turionc0e62db
Haddock toRecursive and runStreamExcept
turion3d4eb18
Derive Monoid for automata
turione5d0fba
Document Semialign instance
turion71111a0
Document concatS
turiond350ac8
WIP split
turionFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
Avoid mtl dependency where possible
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commit23b4c065e1ece95d978df377047d512c8c3e3c13
There are no files selected for viewing
2 changes: 1 addition & 1 deletionautomaton/test/Automaton.hs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletionautomaton/test/Automaton/Except.hs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletionautomaton/test/Automaton/Trans/Accum.hs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletionautomaton/test/Stream.hs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
module Stream where | ||
-- base | ||
importData.Functor.Identity (Identity (..)) | ||
-- selective | ||
import Control.Selective | ||
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.