Skip to content

Commit

Permalink
fix datatype sexp
Browse files Browse the repository at this point in the history
  • Loading branch information
yihozhang committed Oct 9, 2024
1 parent 820631a commit 79ef987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ast/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@ where
Err((head, args)) => list!("sort", name, list!(head, ++ args)),
})
.collect();
list!("datatypes", ++ datatypes)
list!("datatype*", ++ datatypes)
}
}
}
Expand Down

0 comments on commit 79ef987

Please sign in to comment.