-
Notifications
You must be signed in to change notification settings - Fork 99
/
Copy pathtypes.fsx
43 lines (39 loc) · 1.14 KB
/
types.fsx
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
(*** hide ***)
// This block of code is omitted in the generated HTML documentation. Use
// it to define helpers that you do not want to show in the documentation.
(**
Types
=====
Click on the type name for a full description:
* [All](type-all.html)
* [Any](type-any.html)
* [ChoiceT](type-choicet.html)
* [Compose](type-compose.html)
* [Const](type-const.html)
* [Cont](type-cont.html)
* [ContT](type-contt.html)
* [Coproduct](type-coproduct.html)
* [DList](type-dlist.html)
* [Dual](type-dual.html)
* [Endo](type-endo.html)
* [First](type-first.html)
* [Free](type-free.html)
* [Identity](type-identity.html)
* [Kleisli](type-kleisli.html)
* [Last](type-last.html)
* [ListT](type-listt.html)
* [Mult](type-mult.html)
* [NonEmptyList](type-nonempty.html)
* [OptionT](type-optiont.html)
* [ParallelArray](type-parallelarray.html)
* [Reader](type-reader.html)
* [ReaderT](type-readert.html)
* [ResultT](type-resultt.html)
* [SeqT](type-seqt.html)
* [State](type-state.html)
* [StateT](type-statet.html)
* [Validation](type-validation.html)
* [Writer](type-writer.html)
* [WriterT](type-writert.html)
* [ZipList](type-ziplist.html)
*)