Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
GrayStrider authored Mar 8, 2020
1 parent ad4706c commit 494253c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Start by importing the extension:
```typescript
import { some, map, option } from "fp-ts/lib/Option"
import { pipe } from "fp-ts/lib/pipeable"
import { array } from "fp-ts/lib/Array"
import { range, sum } from "ramda"
import * as Do from "ts-do"

Expand Down

0 comments on commit 494253c

Please sign in to comment.