diff options
author | Eduardo Julian | 2022-06-05 01:39:29 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-06-05 01:39:29 -0400 |
commit | f623de52d76ad8ec96feb048cd95a3fb150717e1 (patch) | |
tree | 92a53eb8e5a25287e59eb104716abe5cc2ebd60a /stdlib/source/specification | |
parent | 75e8244fd7914d2ac0c3622d2277b84c4bfa7ffb (diff) |
De-sigil-ification: : [Part 1]
Diffstat (limited to 'stdlib/source/specification')
-rw-r--r-- | stdlib/source/specification/compositor/generation/structure.lux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/specification/compositor/generation/structure.lux b/stdlib/source/specification/compositor/generation/structure.lux index 86054b07e..50b4da0db 100644 --- a/stdlib/source/specification/compositor/generation/structure.lux +++ b/stdlib/source/specification/compositor/generation/structure.lux @@ -18,7 +18,7 @@ ["[0]" list (.open: "[1]#[0]" functor)]]] [math ["r" random]] - ["[0]" ffi (.only import:)] + ["[0]" ffi (.only import)] [tool [compiler ["[0]" analysis] @@ -26,7 +26,7 @@ [/// [common (.only Runner)]]) -(import: java/lang/Integer) +(import java/lang/Integer) (def: (variant run) (-> Runner Test) |