Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/typelevel/scalaz-contrib

Interoperability libraries & additional data structures and instances for Scalaz
https://github.com/typelevel/scalaz-contrib

Import dispatch instances

travisbrown/instancez@982f23dddd

2d49b109a4c5eef101019bb0c9a7e36f74cf1f7d authored about 12 years ago
scala210: simpler structure

1402c141aa3ba24eba3285a9939de64ec127fe8f authored about 12 years ago
check laws for Checker

923989b74cd4126c7d767b4023870157d531cdf8 authored about 12 years ago
tuned

1afcc8b13ae1b6f5d66a33b57de16d0a92cc2116 authored about 12 years ago
andAlso/andWith for Checker

With that, Checker might be an Applicative, but I'm not yet convinced of that.
Its laws will hav...

8f20635409daa7165ff073c43b7f4b20805aa078 authored about 12 years ago
draft for a Validation DSL

cb36586a8e5ad54977ac6252b83aa497ed1fb6d1 authored about 12 years ago
bump to Scala 2.10.0 final and scalaz 7.0.0-M7

4cf2c9bad747b227791ace16ddf23aabab230d84 authored about 12 years ago
use scalaz-specs2

b62a7b08680cb15dbb845b084e2773e5ce588899 authored about 12 years ago
Merge pull request #9 from OleTraveler/string-length

String length

c469138cdfaa54f493217070971d751368bf2fdd authored about 12 years ago
Use E as a type parameter instead of F

* More consistant with scalaz type parameter names
* avoid confusing varial name f which is no...

eb20c4c35e02ee5e0ef15ff4bde486f1d2004051 authored about 12 years ago
added strLength validators because Length is not defined for String in scalaz

d4f390e1a2de3aacac95b6c570aedec416d04c19 authored about 12 years ago
add @OleTraveler as contributor

2f7b580c75dca85345e16c4bb5982687044b58d1 authored about 12 years ago
Merge pull request #8

9acaf0c1e017d92a4223be91225de03bf771e4fe authored about 12 years ago
tuned

f2bd18e0349888b55d664a582f3f46a99adcbad9 authored about 12 years ago
README: Usage

951a48fd31a3a64de514eb9e1fa586f64846673f authored about 12 years ago
prepare publishing to Sonatype

6612116a13463459c80d6fa2c4f4959751432145 authored about 12 years ago
Fixed a randomly failing test because DateFormat was lenient.

2eb1db3b2ac1573f99a63b773545cfd0f034a1c3 authored about 12 years ago
Moved the converter functions to scalaz.contrib.converter package.

Renamed max/min Size to max/min Length.

adf6292988160e3b00fa42250edd73c15e760a12 authored about 12 years ago
Merge pull request #6

5ae8b717e50418563ee00b5d67d8c567feeaca3a authored about 12 years ago
newlines

58ae6fddb61967406101ec3a08e4e72add2dc2fe authored about 12 years ago
Conversions and validators.

Added lengthIs validator and refactored lengths functions to use it.
Added some basic string con...

872efd400a3eca8ca67b5051a9d2b42c0cb784cc authored about 12 years ago
add UndoT

copied from scalaz (revision 4d7a3ee8f)

027ca08dd6d103da1dc709e499246ca843369d6e authored about 12 years ago
tuned

e6c78ef5f7d7ed0b6c8284428802003a1a1f1110 authored about 12 years ago
Added validators

* luhn check
* Simple Date Validator

e97af66f13e01d70a9c29c100101ca545d140458 authored about 12 years ago
update to 2.10.0-RC5 and 7.0.0-M6

dec2f48d405fa57a35b2f8dc7be369ad97a3537a authored about 12 years ago
refactoring

* rename `validation` to `validator`
* code style
* consistent naming

da855f944719533230cc71b8407dbad6baaec728 authored about 12 years ago
Merge pull request #4 from OleTraveler/adding-validations

Adding more validations

92aa2bf933ac44d99591d1bc1a5a5df21bc35d7b authored about 12 years ago
converted all failure params to use by-name for lazy eval

b9d745b749eacbe427001417558071afdf185880 authored about 12 years ago
slight reorganization to allow validation modules

added some simple String validation

60a1a32cc9b6264625ee1e3f4423516ae61b4d00 authored about 12 years ago
put the type in the package and reorganize Validation for easier import

3c3cd9395b150c9a1e89ec57f1480ef803eef1c8 authored about 12 years ago
added range function

4403602f291d890667288eccc2e10cf319c1908e authored about 12 years ago
Use scalaz.Length instead of homegrown Length.

also added test for all functions

bee09dd4af99eb45bd4da0d7930fbbf206c1ca17 authored about 12 years ago
Merge branch 'OleTraveler/validation-ext'

c7ef634669aa075760f5f5d71bd1e6069020a9ca authored about 12 years ago
fix equal0

df63c72e2a4ed7631f4b8e2da0e733ab6969e08b authored about 12 years ago
missed a couple of type definition changes

8e5a89339d922670c87cc637a3328ff4ee3e8c3d authored about 12 years ago
clean ups, no need for elaborate names, formatting etc.

bef32b58a9a0bc76808f9cae839d16335802f0d8 authored about 12 years ago
consistent type param order

ff8330c78f9cda0076e85be1a91373d5d8343d0e authored about 12 years ago
abstract away the if checks into a valid method, just pass in the predicate and the failure value

a3e468121c9ac2c2be4efd4f8c87013f3587d5df authored about 12 years ago
a few style changes. Use context bounds and type definition

fec84f1b9cf21d09320a8373e06e8a285f3f1734 authored about 12 years ago
Added validation-ext project

Created basic structure

Created and a few validation methods for Ordering[T] and Length[T] types

5dd114e7168878d9270b961e9e0ab52a11946fea authored about 12 years ago
update .gitignore

5a8fcd5031d4833bf22decb4ac478f60cfead520 authored about 12 years ago
tuned

d97a87e450c63523b9a7c3024ed84e0d42c0e837 authored about 12 years ago
Merge pull request #1

* scala.concurrent.Future support with typeclasses expanded greatly.
* remove some duplication

2fd4e08193543f3c210ea1c8f9a9dcd907d1c58f authored about 12 years ago
remove duplication

9a45c81d2f60f2dafb6b14b9b5bb213e30c24007 authored about 12 years ago
Travis build status

d00cc028effc3899d713158aa48e42741064f655 authored about 12 years ago
tuned

787f45f3d5f36b3a9788de71abc4d065e953316a authored about 12 years ago
scala.concurrent.Future support with typeclasses expanded greatly.

415e67815f417d49389c6671770a31af0b8aac31 authored about 12 years ago
Travis configuration

fab892a0571b4738deac576cdf1bfc6b6419865b authored about 12 years ago
some more tests

2432479e0398dd8a3902b298f25cd28661d3f225 authored about 12 years ago
instances for scala.util.Try

12ed8e6a3d1ac29f3b8db2846f2c0664a476ab74 authored about 12 years ago
tuned

4f730ca026e82e25906db171822ba5a64db2b1ab authored about 12 years ago
scala 2.10 submodule

* SBT multi-module build
* `Monad` instance for `scala.concurrent.Future`, including tests
con...

69bfd00a394bdc1dc835d49a1125295ea68c7ca0 authored about 12 years ago
add paulp's sbt launcher script

357654d0efc244379e362deed4a6f68a268475b0 authored about 12 years ago
Add MIT license

0edd8bc18fa33c21640127923b416efd62a0e6a5 authored about 12 years ago
Initial commit

924700ab66aff989ea5cbe705f0500564ffcc19f authored about 12 years ago