This commit is contained in:
Joeri Exelmans 2025-06-08 14:45:23 +02:00
parent 2129a7fdaf
commit 41a5335d87

View file

@ -102,7 +102,7 @@ export const transform = inValue => fnValue =>
(newTransformation
(inValue)
(fnValue)
(apply(getVal(fnValue))(getVal(inValue))) // <- call function
(getVal(fnValue)(getVal(inValue))) // <- call function
);
export const read = slot =>