Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
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

Extend automaton#381

Open
turion wants to merge32 commits intomaster
base:master
Choose a base branch
Loading
fromdev_extend_automaton
Open

Extend automaton#381

turion wants to merge32 commits intomasterfromdev_extend_automaton

Conversation

turion
Copy link
Owner

@turionturion commentedDec 28, 2024
edited
Loading

Several extra functions that should be useful inautomaton

@turionturionforce-pushed thedev_extend_automaton branch 3 times, most recently from2a0fe0f to4314a9eCompareDecember 30, 2024 08:16
{-# LANGUAGE DeriveFunctor #-}
{-# LANGUAGE DerivingVia #-}

module Data.Automaton.Filter where
Copy link
OwnerAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Haddock some motivation


-- FIXME some basic unit tests

newtype FilterAutomaton m f a b = FilterAutomaton {getFilterAutomaton :: Automaton m a (f b)}
Copy link
OwnerAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Haddock typical example types for f like lists, nonempty lists, Maybe, trees

turionand others added23 commitsDecember 30, 2024 20:04
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@turion

[8]ページ先頭

©2009-2025 Movatter.jp