Skip to content

Add fixity for (<#) (#>) combinators#808

Merged
dmjio merged 1 commit into
masterfrom
fixity-updates
Mar 15, 2025
Merged

Add fixity for (<#) (#>) combinators#808
dmjio merged 1 commit into
masterfrom
fixity-updates

Conversation

@dmjio
Copy link
Copy Markdown
Owner

@dmjio dmjio commented Mar 15, 2025

  • Refactor examples to take advantage of fixity changes
  • Use defaultApp smart constructor with examples
-- dmj: bind tightest to the `model` portion
infixl 0 <#
infixr 0 #>

This allows convenient syntax like

m { uri = newUri } <# NoOp <$ pushURI u

and

m - 1 <# consoleLog "substracting" >> pure NoOp

with requiring parens

- Refactor examples to take advantage of fixity changes
- Use defaultApp smart constructor with examples
@dmjio dmjio merged commit 3a868d5 into master Mar 15, 2025
@dmjio dmjio deleted the fixity-updates branch March 15, 2025 06:46
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

Successfully merging this pull request may close these issues.

1 participant