This commit is contained in:
Folkert 2022-07-03 01:33:05 +02:00
parent 94181111be
commit 2e0e867f32
No known key found for this signature in database
GPG Key ID: 1F17F6FFD112B97C

View File

@ -119,13 +119,7 @@ pub enum LowLevel {
macro_rules! higher_order {
() => {
ListMap
| ListMap2
| ListMap3
| ListMap4
| ListMapWithIndex
| ListSortWith
| DictWalk
ListMap | ListMap2 | ListMap3 | ListMap4 | ListMapWithIndex | ListSortWith | DictWalk
};
}