8000 trying to fix the website by xeno-by · Pull Request #199 · scala/docs.scala-lang · GitHub
[go: up one dir, main page]

Skip to content

trying to fix the website #199

New issue 8000

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

Merged
merged 1 commit into from
May 19, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion overviews/macros/untypedmacros.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Untyped macros are a pre-release feature included in so-called macro paradise, a

## Intuition

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

Expand Down
0