aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/specification/compositor.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/specification/compositor.lux')
-rw-r--r--stdlib/source/specification/compositor.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/specification/compositor.lux b/stdlib/source/specification/compositor.lux
index 99d991c0f..ad95c3c6f 100644
--- a/stdlib/source/specification/compositor.lux
+++ b/stdlib/source/specification/compositor.lux
@@ -29,7 +29,7 @@
["[1][0]" function]
["[1][0]" common]]])
-(def: (test runner definer state expander)
+(def (test runner definer state expander)
(-> Runner Definer analysis.State+ Expander Test)
(all _.and
(/analysis/type.spec expander state)
@@ -41,7 +41,7 @@
(/generation/common.spec runner)
))
-(def: .public (spec platform bundle expander program)
+(def .public (spec platform bundle expander program)
(All (_ anchor expression directive)
(-> (IO (Platform IO anchor expression directive))
(Bundle anchor expression directive)