1
0
Fork 0

fix value

main
Sebastian Steger 2025-11-07 16:27:41 +01:00
parent 3b8b1c369e
commit 918af522d6
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ The following illustrates some haskell basics. It can be reproduced using `ghci`
Expression | Type (:t) | Value | Comment
--- | --- | --- | --------
`2` | `Num a => a` | `2` |
`2.03` | `Fractional a => a` | `2.3` |
`2.03` | `Fractional a => a` | `2.03` |
`'c'` | `Char` | `'c'`
`"hallo"` | `String` | `"hallo"` |
`True` | `Bool` | `True` |