Skip to content

Commit

Permalink
Adding flatten and gather operators
Browse files Browse the repository at this point in the history
  • Loading branch information
flbulgarelli committed Apr 25, 2020
1 parent e4ae63e commit bec340c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Language/Mulang/Ast/Operator.hs
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ data Operator
-- ^ collection `all`-like / `every`-like operator
| AnySatisfy
-- ^ collection `any`-like / `some`-like operator
| Flatten
-- ^ collection `flatten`-like operator
| Gather
-- ^ collection `flatmap`-like operator
deriving (Eq, Show, Read, Generic, Ord, Enum)


0 comments on commit bec340c

Please sign in to comment.