S
Lib.S : ('a -> 'b -> 'c) -> ('a -> 'b) -> 'a -> 'c
Generalized function composition: S f g x equals f x (g x).
Failure
S f never fails and S f g never fails, but S f g x fails if g x
fails or f x (g x) fails.
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help