fixing format

This commit is contained in:
Michael Downey 2021-11-18 16:04:38 -05:00
parent 9d587d37b4
commit 12f7d4b458

View file

@ -36,9 +36,9 @@ pub fn decode_low_level<'a>(
| ListContains | ListAppend | ListPrepend | ListJoin | ListRange | ListMap | ListMap2 | ListContains | ListAppend | ListPrepend | ListJoin | ListRange | ListMap | ListMap2
| ListMap3 | ListMap4 | ListMapWithIndex | ListKeepIf | ListWalk | ListWalkUntil | ListMap3 | ListMap4 | ListMapWithIndex | ListKeepIf | ListWalk | ListWalkUntil
| ListWalkBackwards | ListKeepOks | ListKeepErrs | ListSortWith | ListSublist | ListWalkBackwards | ListKeepOks | ListKeepErrs | ListSortWith | ListSublist
| ListDropAt | ListSwap | ListAny | ListAll | ListFindUnsafe | DictSize | DictEmpty | DictInsert | ListDropAt | ListSwap | ListAny | ListAll | ListFindUnsafe | DictSize | DictEmpty
| DictRemove | DictContains | DictGetUnsafe | DictKeys | DictValues | DictUnion | DictInsert | DictRemove | DictContains | DictGetUnsafe | DictKeys | DictValues
| DictIntersection | DictDifference | DictWalk | SetFromList => { | DictUnion | DictIntersection | DictDifference | DictWalk | SetFromList => {
return NotImplemented; return NotImplemented;
} }