Skip to content

Commit 9c7db06

Browse files
committed
links to our type provider talk
1 parent a30d327 commit 9c7db06

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

overviews/macros/typeproviders.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ which means that both authors and users of public type providers will have to ad
2525
However, after macro annotations expand, the resulting code will no longer have any references to macro paradise
2626
and won't require its presence at compile-time or at runtime.
2727

28+
Recently we've given a talk about macro-based type providers in Scala, summarizing the state of the art and providing
29+
concrete examples. Slides and accompanying code can be found at [https://github.com/travisbrown/type-provider-examples](https://github.com/travisbrown/type-provider-examples).
30+
2831
## Type providers
2932

3033
Type providers are a strongly-typed type-bridging mechanism, which enables information-rich programming in F# 3.0.

0 commit comments

Comments
 (0)