-
Notifications
You must be signed in to change notification settings - Fork 2
/
YCombinator.ipkg
50 lines (39 loc) · 1.15 KB
/
YCombinator.ipkg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
package YCombinator
modules = Lib.Other,
Lib.Relation,
Lib.Id,
Lib.Functions,
Combinator,
Reduction,
CombinatorCompProp,
CombinatorProp,
RevReduction,
Path,
-- SimReduction,
SimReductionComp,
Bases.BaseKS,
Bases.BaseMB,
Bases.BaseMBKL,
Bases.BaseBWCK,
Smullyan.Smullyan1,
Smullyan.Smullyan2,
Smullyan.Smullyan3,
Smullyan.Smullyan4,
Smullyan.Smullyan5,
BinaryTree,
RankComb,
CombLookup,
LambdaBase
main = Smullyan5
brief = "Research on combinatory logic and type systems"
version = 0.0.1.0
readme = README.md
-- NOTE: For license information see the file LICENSE.
author = "Jürgen Nicklisch (jutaro)"
maintainer = "Jürgen Nicklisch <[email protected]>"
homepage =
sourceloc = https://github.com/jutaro/YCombinator
bugtracker = https://github.com/jutaro/YCombinator/issues
sourcedir = src
opts = "--check --total"
-- pkgs =