aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/specification/compositor.lux
diff options
context:
space:
mode:
authorEduardo Julian2022-06-16 00:48:19 -0400
committerEduardo Julian2022-06-16 00:48:19 -0400
commit9e2f1e76f2c8df01ed7687d934c3210fcf676bd6 (patch)
tree115fab5bd8a5f53dc0d13ce5453095324a83496f /stdlib/source/specification/compositor.lux
parentf92c806ee8da63f04bbefbf558f6249bacdb47ea (diff)
De-sigil-ification: suffix : [Part 13]
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)