summaryrefslogtreecommitdiff
path: root/church-eval.ipkg
blob: ca7325c0a103bd90701b4b3badf43f83fd3531ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
package church-eval
authors = "Greg Brown"
sourcedir = "src"

options = "--total"

depends = contrib

modules
  = Encoded.Bool
  , Encoded.Pair
  , Encoded.Union
  , Term
  , Term.Semantics
  , Term.Syntax
  , Thinned
  , Thinning
  , Type