Created
August 11, 2026 13:52
-
-
Save pkutaj/b0920ba2b95be8735996aa4ea5e2acec to your computer and use it in GitHub Desktop.
The Substitution Model snippet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (define sq (lambda (n) (* n n))) | |
| (assert (= (sq 5) 25)) ;PASS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment