content: dead-simple-haskell fix table

This commit is contained in:
Maciej Jur 2024-02-04 15:34:58 +01:00
parent 266494c883
commit 92efb28cc5
Signed by: kamov
GPG key ID: 191CBFF5F72ECAFD
2 changed files with 4 additions and 4 deletions

View file

@ -383,8 +383,8 @@ Type | Inhibitants
---------- | -----------
() | 1
Bool | 2
() | Bool | 1 + 2 = 3
H' | Bool | 3 + 2 = 5
() \| Bool | 1 + 2 = 3
H' \| Bool | 3 + 2 = 5
```haskell ignore
data Either a b = Left a | Right b

View file

@ -383,8 +383,8 @@ Type | Inhibitants
---------- | -----------
() | 1
Bool | 2
() | Bool | 1 + 2 = 3
H' | Bool | 3 + 2 = 5
() \| Bool | 1 + 2 = 3
H' \| Bool | 3 + 2 = 5
```haskell ignore
data Either a b = Left a | Right b