aboutsummaryrefslogtreecommitdiff
path: root/docs/interfaces/effect.Effect.md
blob: 2c5287f461c5bc68924f76e0340901ab1164150b (plain) (blame)
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
[ts-types-lang](../README.md) / [Modules](../modules.md) / [effect](../modules/effect.md) / Effect

# Interface: Effect<T\>

[effect](../modules/effect.md).Effect

## Type parameters

| Name | Type |
| :------ | :------ |
| `T` | `unknown` |

## Hierarchy

- **`Effect`**

  ↳ [`Bind`](effect.Bind.md)

  ↳ [`BindTo`](effect.BindTo.md)

  ↳ [`Label`](effect.Label.md)

  ↳ [`Seq`](effect.Seq.md)

  ↳ [`Do`](effect.Do.md)

  ↳ [`Pure`](effect.Pure.md)

  ↳ [`Noop`](effect.Noop.md)

  ↳ [`Try`](exception.Try.md)

  ↳ [`Throw`](exception.Throw.md)

  ↳ [`WriteFile`](fs.WriteFile.md)

  ↳ [`ReadFile`](fs.ReadFile.md)

  ↳ [`CreateRef`](ref.CreateRef.md)

  ↳ [`GetRef`](ref.GetRef.md)

  ↳ [`SetRef`](ref.SetRef.md)

  ↳ [`DeleteRef`](ref.DeleteRef.md)

  ↳ [`PutString`](stdio.PutString.md)

  ↳ [`Print`](stdio.Print.md)

  ↳ [`Debug`](stdio.Debug.md)

  ↳ [`ReadLine`](stdio.ReadLine.md)

  ↳ [`GetEnv`](sys.GetEnv.md)

  ↳ [`GetArgs`](sys.GetArgs.md)

  ↳ [`JsExpr`](sys.JsExpr.md)

  ↳ [`DefineEffect`](sys.DefineEffect.md)

  ↳ [`Exit`](sys.Exit.md)

  ↳ [`SetEvalEnvironment`](sys.SetEvalEnvironment.md)

  ↳ [`Assert`](test.Assert.md)

  ↳ [`Test`](test.Test.md)

  ↳ [`ShowAssertionError`](test.ShowAssertionError.md)

## Table of contents

### Properties

- [output](effect.Effect.md#output)

## Properties

### output**output**: `T`

#### Defined in

[effect.ts:2](https://github.com/phenax/ts-types-runtime-environment/blob/6c7b4f3/stdlib/effect.ts#L2)