Fix List.single

This commit is contained in:
Richard Feldman 2020-06-23 19:34:09 -04:00
parent 30a95e90d1
commit 750523ba5c
4 changed files with 109 additions and 100 deletions

View file

@ -8,6 +8,7 @@ pub enum LowLevel {
ListSet,
ListSetInPlace,
ListIsEmpty,
ListSingle,
NumAdd,
NumSub,
NumMul,