This commit is contained in:
orion 2023-10-06 18:41:16 -05:00
parent d1d6a0d739
commit 28eef73c01
Signed by: orion
GPG Key ID: 6D4165AE4C928719

View File

@ -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