forked from steger/pr3-sose2026
fix value
parent
3b8b1c369e
commit
918af522d6
|
|
@ -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` |
|
||||
|
|
|
|||
Loading…
Reference in New Issue