Skip to content

Commit e84ff47

Browse files
committed
Convert exercise to use exercise function
1 parent 4223c38 commit e84ff47

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/pages/cats/equal.typ

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#import "../stdlib.typ": info, warning, solution, href
1+
#import "../stdlib.typ": info, warning, exercise, solution, href
22
== Example: Eq
33

44

@@ -158,8 +158,7 @@ x === y
158158
```
159159

160160

161-
==== Exercise: Equality, Liberty, and Felinity
162-
161+
#exercise[Equality, Liberty, and Felinity]
163162

164163
Implement an instance of `Eq` for our running `Cat` example:
165164

0 commit comments

Comments
 (0)