alt

Signature

alt(aAlt, bAlt)
forall F, a:
  (F a, F a) => F a
where F is Alt

Documentation

Properties

(Uncategorised)

Source Code

Defined in source/fantasy-land/alt.js at line 28, column 0
(aAlt, bAlt) =>
  isNew(bAlt)   ?  bAlt[flAlt](aAlt)
: isOld(aAlt)   ?  warn(aAlt.ap(bAlt))
: /*otherwise*/    unsupported(aAlt)
Stability
stable
Licence
MIT
Module
folktale/fantasy-land/alt
Authors
Copyright
(c) 2013-2017 Quildreen Motta, and CONTRIBUTORS
Authors
  • @joshmili
Maintainers
  • Quildreen Motta <queen@robotlolita.me> (http://robotlolita.me/)