diff options
Diffstat (limited to 'src/sexp/display.rs')
-rw-r--r-- | src/sexp/display.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sexp/display.rs b/src/sexp/display.rs index ceab833..e2f4ffc 100644 --- a/src/sexp/display.rs +++ b/src/sexp/display.rs @@ -31,6 +31,7 @@ impl fmt::Display for SLeaf { Print => "print".to_string(), Let => "let".to_string(), Fun => "fn".to_string(), + Fix => "fix".to_string(), Case => "case".to_string(), Ty(t) => t.to_string(), Nil => "()".to_string(), |