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

High-level expressions as arrows #42

Open
5 of 12 tasks
fehu opened this issue Jul 11, 2018 · 0 comments
Open
5 of 12 tasks

High-level expressions as arrows #42

fehu opened this issue Jul 11, 2018 · 0 comments
Assignees
Labels
arrows Uses arrow/morphism abstraction cmplx_norm Normal complexity enhancement New feature or request high-level High-level API static Static API

Comments

@fehu
Copy link
Contributor

fehu commented Jul 11, 2018

Use arrows from #38.

  • High-level expressions: ScalaExpr
    • Id - identity arrow (self selection)
    • SelectField - expression representing selection of a field of an ADT (case class)
    • FMap - expression representing functor map operation
    • MBind - expression representing monadic bind / flatMap operation
    • SelectIn
      • select sequence index
      • select map key
      • (?) select Option / Either projection value
    • (?) expression for Either projections
    • (?) coproducts
    • execute expression
@fehu fehu added enhancement New feature or request high-level High-level API static Static API cmplx_norm Normal complexity labels Jul 11, 2018
@fehu fehu self-assigned this Jul 11, 2018
@fehu fehu added the arrows Uses arrow/morphism abstraction label Jul 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrows Uses arrow/morphism abstraction cmplx_norm Normal complexity enhancement New feature or request high-level High-level API static Static API
Projects
None yet
Development

No branches or pull requests

1 participant