diff options
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/lux/compiler/default/phase/synthesis.lux (renamed from stdlib/source/lux/language/compiler/synthesis.lux) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/lux/language/compiler/synthesis.lux b/stdlib/source/lux/compiler/default/phase/synthesis.lux index 8dd99986b..8deb48ba8 100644 --- a/stdlib/source/lux/language/compiler/synthesis.lux +++ b/stdlib/source/lux/compiler/default/phase/synthesis.lux @@ -101,8 +101,8 @@ (type: #export Operation (extension.Operation ..State Analysis Synthesis)) -(type: #export Compiler - (extension.Compiler ..State Analysis Synthesis)) +(type: #export Phase + (extension.Phase ..State Analysis Synthesis)) (type: #export Path (Path' Synthesis)) |