From e828bada4bea51931b0c555a98bc5cd677d52e79 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Tue, 3 Jul 2018 18:13:55 -0400 Subject: - Re-named ":!!" to ":assume". --- stdlib/source/lux.lux | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'stdlib/source/lux.lux') diff --git a/stdlib/source/lux.lux b/stdlib/source/lux.lux index 157208071..72e22a485 100644 --- a/stdlib/source/lux.lux +++ b/stdlib/source/lux.lux @@ -5945,9 +5945,9 @@ _ (fail "Wrong syntax for ^|>"))) -(macro: #export (:!! tokens) +(macro: #export (:assume tokens) {#.doc (doc "Coerces the given expression to the type of whatever is expected." - (: Dinosaur (:!! (list 1 2 3))))} + (: Dinosaur (:assume (list 1 2 3))))} (case tokens (^ (list expr)) (do Monad @@ -5955,7 +5955,7 @@ (wrap (list (` ("lux coerce" (~ (type-to-code type)) (~ expr)))))) _ - (fail "Wrong syntax for :!!"))) + (fail "Wrong syntax for :assume"))) (macro: #export (undefined tokens) {#.doc (doc "Meant to be used as a stand-in for functions with undefined implementations." -- cgit v1.2.3