Add lambda calculus
This commit is contained in:
parent
df8492f6ba
commit
f055d600fd
6 changed files with 330 additions and 0 deletions
purescript/lambda-calculus
30
purescript/lambda-calculus/spago.dhall
Normal file
30
purescript/lambda-calculus/spago.dhall
Normal file
|
@ -0,0 +1,30 @@
|
|||
{ name = "lc"
|
||||
, dependencies =
|
||||
[ "aff"
|
||||
, "arrays"
|
||||
, "console"
|
||||
, "control"
|
||||
, "effect"
|
||||
, "either"
|
||||
, "fixed-points"
|
||||
, "foldable-traversable"
|
||||
, "identity"
|
||||
, "lists"
|
||||
, "matryoshka"
|
||||
, "maybe"
|
||||
, "node-buffer"
|
||||
, "node-process"
|
||||
, "node-streams"
|
||||
, "nonempty"
|
||||
, "parsing"
|
||||
, "prelude"
|
||||
, "psci-support"
|
||||
, "refs"
|
||||
, "strings"
|
||||
, "transformers"
|
||||
, "tuples"
|
||||
, "unordered-collections"
|
||||
]
|
||||
, packages = ./packages.dhall
|
||||
, sources = [ "src/**/*.purs", "test/**/*.purs" ]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue