-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
55 lines (54 loc) · 965 Bytes
/
NAMESPACE
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
51
52
53
54
55
# Generated by roxygen2: do not edit by hand
S3method("==",Either)
S3method("==",tuple)
S3method(as.character,tuple)
S3method(bind,Either)
S3method(bind,free.monad)
S3method(bind,list)
S3method(embed,ListF)
S3method(extract,cofree.comonad)
S3method(first,tuple)
S3method(fmap,Either)
S3method(fmap,ListF)
S3method(fmap,free.monad)
S3method(fmap,list)
S3method(fmap,tuple)
S3method(print,tuple)
S3method(project,list)
S3method(second,tuple)
export("%:<%")
export("%<$>%")
export("%>>%")
export("%>>=%")
export(Cofree)
export(ConsF)
export(Free)
export(Left)
export(NilF)
export(Pure)
export(Right)
export(Tuple)
export(ana)
export(apo)
export(bind)
export(cata)
export(either)
export(embed)
export(extract)
export(first)
export(fmap)
export(futu)
export(histo)
export(is.Cofree)
export(is.ConsF)
export(is.Free)
export(is.Left)
export(is.NilF)
export(is.Pure)
export(is.Right)
export(join)
export(liftF)
export(mdiscard)
export(para)
export(project)
export(second)