doc
This commit is contained in:
parent
d1d6a0d739
commit
28eef73c01
@ -64,7 +64,11 @@ export const App = () => {
|
|||||||
<td>
|
<td>
|
||||||
|
|
||||||
```haskell
|
```haskell
|
||||||
type Item = {id :: String, title :: String, description :: String}
|
type Item = { id :: String
|
||||||
|
, title :: String
|
||||||
|
, description :: String
|
||||||
|
}
|
||||||
|
|
||||||
data State
|
data State
|
||||||
= StateEmpty
|
= StateEmpty
|
||||||
| StateErrored Error
|
| StateErrored Error
|
||||||
|
Loading…
Reference in New Issue
Block a user