Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiek committed Nov 18, 2024
1 parent 0a2f567 commit e0493dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<Nat> = @empty<Nat>
define empty_nat_list = @empty<Nat>
```

## Intersection
Expand Down

0 comments on commit e0493dd

Please sign in to comment.