diff --git a/lib/spice.ml b/lib/spice.ml index a52bd66..05a1e5b 100644 --- a/lib/spice.ml +++ b/lib/spice.ml @@ -1,4 +1,4 @@ -module Syn = Spice_syntax.Ast +module Ast = Spice_syntax.Ast module Code = Spice_runtime.Code module Value = Spice_runtime.Value