query
On this page

isOption

lib.isOption

Docs pulled from | This Revision | 21 minutes ago


Returns true when the given argument is an option

Type

isOption :: a -> bool

Examples

isOption usage example

isOption 1             // => false
isOption (mkOption {}) // => true
(lib.options.isOption)

Noogle also knows

Aliases