2 lines
31 B
OCaml
2 lines
31 B
OCaml
|
|
fun compose (f, g) x = f (g x)
|
|
|
fun compose (f, g) x = f (g x)
|