diff options
| author | Mike Vink <mike1994vink@gmail.com> | 2023-05-07 17:17:59 +0200 |
|---|---|---|
| committer | Mike Vink <mike1994vink@gmail.com> | 2023-05-07 17:17:59 +0200 |
| commit | f5bdf1084cd72ebb6556aa4df66f4191abc2b680 (patch) | |
| tree | 424d7c1babd7c8cfc1c247ddb430fea95132e7e3 /coding-exercises/2/83/install.rkt | |
| parent | cc90ec8aaeefc1593be428979a5bef972c105ecd (diff) | |
make rational generic
Diffstat (limited to 'coding-exercises/2/83/install.rkt')
| -rw-r--r-- | coding-exercises/2/83/install.rkt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coding-exercises/2/83/install.rkt b/coding-exercises/2/83/install.rkt index 0812405..5a4f72a 100644 --- a/coding-exercises/2/83/install.rkt +++ b/coding-exercises/2/83/install.rkt @@ -49,7 +49,7 @@ get)) (install-integer put get) -(install-rational put get) +(install-rational get put apply-fn) (install-real put get) (install-complex apply-fn get put) (install-polynomial get put apply-fn) |
