Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Oct 3, 2021. It is now read-only.

jakeKonrad/thunk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thunk

This package provides a way to do laziness in Elxir. Contains functions to build thunks from elixir terms and combinators for more complex computations.

Installation

Available in Hex, the package can be installed by adding thunk to your list of dependencies in mix.exs:

def deps do
  [
    {:thunk, "~> 0.4.0"}
  ]
end

The docs can be found at https://hexdocs.pm/thunk.

About

Laziness in Elixir

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages