@ -64,7 +64,11 @@ export const App = () => {
<td>
```haskell
type Item = {id :: String, title :: String, description :: String}
type Item = { id :: String
, title :: String
, description :: String
}
data State
= StateEmpty
| StateErrored Error
The note is not visible to the blocked user.