diff --git a/doc/Reference.md b/doc/Reference.md index 1a1013d..4407d7d 100644 --- a/doc/Reference.md +++ b/doc/Reference.md @@ -1163,7 +1163,7 @@ Instantiates a generic function or constructor, replaces its type parameters with the given type arguments. ```{.deduce^#instantiate_example} -define empty_nat_list : List = @empty +define empty_nat_list = @empty ``` ## Intersection