Skip to content

Commit

Permalink
Remove Primitive interface
Browse files Browse the repository at this point in the history
  • Loading branch information
widmogrod committed Oct 22, 2016
1 parent 4ef4de3 commit d0ecc70
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 deletions.
11 changes: 0 additions & 11 deletions src/FantasyLand/Primitive.php

This file was deleted.

3 changes: 2 additions & 1 deletion src/Primitive/Listt.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
use Widmogrod\Functional as f;

class Listt implements
FantasyLand\Primitive,
FantasyLand\Monad,
FantasyLand\Monoid,
FantasyLand\Setoid,
FantasyLand\Foldable,
FantasyLand\Traversable,
Common\ValueOfInterface
Expand Down
4 changes: 3 additions & 1 deletion src/Primitive/Stringg.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
use Widmogrod\FantasyLand;

class Stringg implements
FantasyLand\Primitive,
FantasyLand\Pointed,
FantasyLand\Monoid,
FantasyLand\Setoid,
Common\ValueOfInterface
{
const of = 'Widmogrod\Primitive\Stringg::of';
Expand Down

0 comments on commit d0ecc70

Please sign in to comment.