This commit is contained in:
Folkert 2021-05-22 17:26:01 +02:00
parent 6bc72ee804
commit f0fc8a268f

View file

@ -175,13 +175,6 @@ pub fn listReverse(list: RocList, alignment: usize, element_width: usize) callco
}
}
pub const RocFunctionCall1 = extern struct {
caller: Caller1,
data: Opaque,
inc_n_data: IncN,
data_is_owned: bool,
};
pub fn listMap(
list: RocList,
caller: Caller1,