Skip to content

Commit

Permalink
feat[stdlib]: add force-bin
Browse files Browse the repository at this point in the history
  • Loading branch information
delehef committed Mar 6, 2024
1 parent 2641054 commit 8c3e978
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/stdlib.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
(defpurefun ((force-bool :@bool :force) x) x)
(defpurefun ((is-binary :@loob :force) e0) (* e0 (- 1 e0)))

(defpurefun ((force-bin :binary :force) x) x)

;;
;; Boolean functions
;;
Expand Down

0 comments on commit 8c3e978

Please sign in to comment.