We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe8c947 commit 8418894Copy full SHA for 8418894
1 file changed
README.md
@@ -54,8 +54,9 @@ end
54
55
# Parametric Examples
56
57
-```julia
+An example(word-algebra) from [the section *Algebra* of Oleg's tagless final lectures](http://okmij.org/ftp/tagless-final/Algebra.html).
58
59
+```julia
60
Functor = Function
61
@sig struct TF{Eltype}
62
e :: Eltype
0 commit comments