Skip to content

Commit

Permalink
Fixup Build
Browse files Browse the repository at this point in the history
  • Loading branch information
iwillspeak committed Dec 4, 2021
1 parent ac1fdf0 commit f12c6b4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Feersum.Core/base.sld
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
;; Simple definitions
(export caar cadr cdar cddr)
(begin
(define fizz hello-world)

(define (caar x) (car (car x)))
(define (cadr x) (car (cdr x)))
(define (cdar x) (cdr (car x)))
Expand Down

0 comments on commit f12c6b4

Please sign in to comment.