Go to the first, previous, next, last section, table of contents.
trigger :: IO a -> IO (Trigger a)
-
given the action to perform to get one trigger value, trigger
returns a value of (abstract) type Trigger.
mkTrigger :: IO a -> (Bool -> IO ()) -> IO (Trigger a)
-
Go to the first, previous, next, last section, table of contents.