Skip to content
This repository has been archived by the owner on Aug 4, 2019. It is now read-only.

Added pure #7

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Added pure #7

wants to merge 12 commits into from

Conversation

KyleErwin
Copy link
Collaborator

Add RVar.pure and Step.pure to guide

@KyleErwin KyleErwin requested a review from gpampara April 12, 2018 18:12
Copy link
Member

@gpampara gpampara left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very minor changes


This line of code will produce the results of our ga after 1000
iterations as a string.
This line of code will produce `NonEmptyList` of `Entities` after the the GA has performed 1000 itterations.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably better to say Entitys instead of Entities

@@ -39,18 +42,30 @@ val rng = RNG.fromTime
RVar(rng => (rng, 2)).eval(rng)
```

### pure

`point` performs `apply`. The bennifit is that we need not to worry about
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bennifit -> benefit

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants