We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b758c3 commit c4831d9Copy full SHA for c4831d9
src/content/1.5/products-and-coproducts.tex
@@ -465,8 +465,8 @@ \section{Coproduct}
465
It injects an integer into \code{Contact}.
466
467
A tagged union is also called a \newterm{variant}, and there is a very
468
-general implementation of a variant in the boost library,
469
-\code{boost::variant}.
+general implementation of a variant in the C++17 standard,
+\code{std::variant}.
470
471
In Haskell, you can combine any data types into a tagged union by
472
separating data constructors with a vertical bar. The \code{Contact}
0 commit comments