RosettaCodeData/Task/Function-composition/WDTE/function-composition-1.wdte

2 lines
40 B
WDTE

let compose f g => (@ c x => g x -> f);