Swiftz icon indicating copy to clipboard operation
Swiftz copied to clipboard

Functional programming in Swift

Results 12 Swiftz issues
Sort by recently updated
recently updated
newest added

What's in this pull request? ============================ Add securityconfig.json file in the root directory of the repository as PRs are complaining with the automated comment: securityconfig.json file is missing. https://arnoldmedia.jira.com/browse/FEAT-17211 #...

The last release was over one year ago. Is it safe to assume this project is abandoned?

What's in this pull request? ============================ Provided support for xcode 11 and swift 5 and updated Why merge this pull request? ============================ Updated the dependency like swiftcheck for supporting xcode...

Description ============ It seems Swiftz specs are not available in main repo of Cocoapods ``` pod search Swiftz -> Swiftz (0.5.0) Swiftz is a Swift library for functional programming. pod...

The Cartesian Monoidal Functor "Cartesian" was in Monoidal.swift. This commit just renames the file to match the protocol it contains. What's in this pull request? ============================ The commit merely changes...

Version ======== Tag 0.6.3 Reproducible also on ``` commit 556236ad2d7c7420eea4301cf69b09575905a508 (HEAD -> master, origin/master, origin/HEAD) Merge: 5afb898 4915ce0 Author: Robert Widmann Date: Sun Apr 22 09:15:25 2018 -0400 ``` Environment...

Radar submitted. Radar: 17377676 --- With https://github.com/maxpow4h/swiftz/blob/54870ca7b81a2595b3707646cba4d83a71bb6667/swiftz/TypeEquality.swift and https://github.com/maxpow4h/swiftz/blob/54870ca7b81a2595b3707646cba4d83a71bb6667/swiftz/List.swift#L47-L56 you can show `Int =:= String` and define the function: ``` swift func apply(a: Int) -> String { return a }...

bug
bugreport

It would be fantastic to have improved documentation, probably some more introductory information for the non-functionalist, and possibly a Playground. (Sound familiar?) Approaching Swiftz from a purely Swift (/ Objective...

My bad. Should have been using `~=` from the get-go.

enhancement
help wanted
cantfix

Swift has an... interesting approach to numeric protocols. It's a real helter-skelter mix of some that add operations, make things integer-y, make things floating-point-y, signal access times for collections-y, etc....

enhancement