8000 Merge pull request #199 from xeno-by/master · zeide/scala.github.com@ea601e7 · GitHub
[go: up one dir, main page]

Skip to content

Commit ea601e7

Browse files
committed
Merge pull request scala#199 from xeno-by/master
trying to fix the website
2 parents e8e6291 + 8c22d83 commit ea601e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overviews/macros/untypedmacros.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Untyped macros are a pre-release feature included in so-called macro paradise, a
1717

1818
## Intuition
1919

20-
Being statically typed is great, but sometimes that is too much of a burden. Take for example, the latest experiments of Alois Cochard with
20+
Being statically typed is great, but sometimes that is too much of a burden. Take for example, the latest experiment of Alois Cochard with
2121
implementing enums using type macros - the so called [Enum Paradise](https://github.com/aloiscochard/enum-paradise). Here's how Alois has
2222
to write his type macro, which synthesizes an enumeration module from a lightweight spec:
2323

0 commit comments

Comments
 (0)
0