3 lines
84 B
GLSL
3 lines
84 B
GLSL
> let compose f g x = f (g x);;
|
|
|
|
val compose : ('a -> 'b) -> ('c -> 'a) -> 'c -> 'b
|