Skip to content

Releases: typelift/Swiftz

To Infinity

26 Jan 07:01
Compare
Choose a tag to compare

Swiftz is a library of higher-level types and functional abstractions in Swift. This release includes

Data Types

  • ArrayZipper
  • Chan
  • Future/GCDExecutionContext
  • HList
  • Iso
  • IxCont, IxStore, IxMultiStore, IxState
  • JSON
  • Lens
  • List
  • MVar
  • Maybe
  • Sum, Product, Min, Max
  • Num
  • Prism
  • Set
  • Those

Typeclasses

  • Applicative
  • Arrow
  • Bifunctor
  • Bounded
  • Category
  • Comonad
  • Copointed
  • Functor
  • Semigroup, Monoid
  • Pointed

Extensions

  • Array
  • Character
  • Dictionary
  • Optional
  • Tuples