This commit is contained in:
Johannes Kirschbauer 2024-01-03 15:55:57 +01:00 committed by Johannes Kirschbauer
parent 00d4f77ed2
commit 79e7f1393f

View File

@ -35,7 +35,7 @@ They are composed from other types as follows
| Type | Composition | Description |
|---|---|---|
| `Derivation` | see [builtins.derivation](f/builtins/derivation) | is just a special AttrSet. see [builtins.derivation](f/builtins/derivation) |
| `Derivation` | see [builtins.derivation](/f/builtins/derivation) | is just a special AttrSet. see [builtins.derivation](/f/builtins/derivation) |
| `Any` | `?` | There is no `Any` type. Avoid using it. Use type variables (e.g. `a -> b`) instead if you want to allow variable type signatures. |
| `Number` | `Int {or} Float` | The `Number` is either of type `Int` or of type `Float` |
| `StorePath` | `Path` | The `StorePath` is just a meaningful alias of the type `Path` |