Skip to content

Commit

Permalink
Remove caveat about type inference
Browse files Browse the repository at this point in the history
It should actually work fine on 0.5+
  • Loading branch information
simonster committed Jul 3, 2017
1 parent 326ad1d commit aafc92f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Expand Up @@ -32,7 +32,3 @@ using Memoize
a
end
```

## Implementation notes

- Type inference will not work for memoized functions. If performance is critical, consider annotating the type of the output of the memoized function.

0 comments on commit aafc92f

Please sign in to comment.