Skip to content

Commit

Permalink
Update docs/src/index.md
Browse files Browse the repository at this point in the history
Co-Authored-By: Nick Robinson <npr251@gmail.com>
  • Loading branch information
oxinabox and nickrobinson251 committed Jan 18, 2020
1 parent 656742e commit 47708b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ The most important `AbstractDifferential`s when getting started are the ones abo
- `One`, `Zero`: There are special representations of `1` and `0`. They do great things around avoiding expanding `Thunks` in multiplication and (for `Zero`) addition.

#### Other `AbstractDifferential`s:
- `Composite{P}`: this is the differential for tuples and structs. Use it like a tuple or named tuple. The type parameter `P` is for the primal type.
- `Composite{P}`: this is the differential for tuples and structs. Use it like a `Tuple` or `NamedTuple`. The type parameter `P` is for the primal type.
- `DoesNotExist`: Zero-like, represents that the operation on this input is not differentiable. Its primal type is normally integer or boolean.
- `InplaceableThunk`: it is like a Thunk but it can do `store!` and `accumulate!` in-place.

Expand Down

0 comments on commit 47708b1

Please sign in to comment.