aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/specification/compositor/analysis/type.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/specification/compositor/analysis/type.lux')
-rw-r--r--stdlib/source/specification/compositor/analysis/type.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/specification/compositor/analysis/type.lux b/stdlib/source/specification/compositor/analysis/type.lux
index d1115fbfa..8aae58f13 100644
--- a/stdlib/source/specification/compositor/analysis/type.lux
+++ b/stdlib/source/specification/compositor/analysis/type.lux
@@ -20,7 +20,7 @@
["[1]/[0]" scope]
["[1]/[0]" type]]]]]])
-(def: (check_success+ expander state extension params output_type)
+(def (check_success+ expander state extension params output_type)
(-> Expander State+ Text (List Code) Type Bit)
(|> (analysis/scope.with_scope ""
(analysis/type.with_type output_type
@@ -33,7 +33,7 @@
{try.#Failure _}
false)))
-(def: check
+(def check
(Random [Code Type Code])
(`` (all r.either
(~~ (with_template [<random> <type> <code>]
@@ -51,7 +51,7 @@
[(r.upper_case_alpha 5) {0 #0 "#Text" {0 #0}} code.text]
)))))
-(def: .public (spec expander state)
+(def .public (spec expander state)
(-> Expander State+ Test)
(do r.monad
[[typeC exprT exprC] ..check