You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
639 B
639 B
Exercises: Bottom Madness
Will it blow up?
- Bottom
- Will return
[1]
- Bottom
- Will return
3
- Bottom
- Will return
[2]
- Bottom
- Will return
[1]
- Will return
[1,3]
- Bottom
Intermission: Is it in normal form?
- NF - No further evaluation possible.
- WHNF -
:
is a data constructor, but due to the_
it isn't fully evaluated. - Neither -
enumFromTo
is not a data constructor - Neither -
length
is not a data constructor - Neither -
sum
is not a data constructor - Neither -
++
is not a data constructor - WHNF -
(,)
is a data constructor, but due to the_
it is not fully evaluated.