infix

This feature is experimental!

This API is still experimental, so it may change or be removed in future versions. You should not rely on it for production applications.

Signature

infix(aAlt)
forall F, a:
  (F a).(F a) => F a
where F is Alt

Documentation

Properties

Source Code

function(aAlt) {
  return alt(this, aAlt);
}
Stability
experimental
Licence
MIT
Module
folktale/fantasy-land/alt
On This Page
Authors
Copyright
(c) 2013-2017 Quildreen Motta, and CONTRIBUTORS
Authors
  • @joshmili
Maintainers
  • Quildreen Motta <queen@robotlolita.me> (http://robotlolita.me/)