Skip to content

Commit 7018fa2

Browse files
committed
spelling: syntax
Signed-off-by: Josh Soref <[email protected]>
1 parent 05ce2b9 commit 7018fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gsoc/2016.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Supervised by [@cvogt](https://github.com/cvogt) and/or [@szeiger](https://githu
6666

6767
### Super-charged for-comprehensions
6868

69-
Super-charged for-comprehensions are an effort to implement an alternative direct-style dyntax for monadic comprehensions in Scala.
69+
Super-charged for-comprehensions are an effort to implement an alternative direct-style syntax for monadic comprehensions in Scala.
7070
The goals are reduction in syntax, enabling more control flow expressions, inline Monad value extraction and transformer operations on the Monad context (as in Comprehensive Comprehensions). At the time of writing the project is in heavy flux. Depending on its status there will likely be interesting idea how to take the project further. One likely topic would be exploring type changing comprehensive comprehension transformers, such as groupBy or aggregations. The implementation heavily relies on macros and will require learning how to work with Scala's compiler ASTs and make changes to the AST transformation stages.
7171

7272
Work in progress: [https://github.com/cvogt/flow-comprehensions](https://github.com/cvogt/flow-comprehensions)

0 commit comments

Comments
 (0)