Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2020-11-15 21:31:29 +01:00
parent 4f9d29914a
commit 0274816aba
No known key found for this signature in database
GPG key ID: DE0CF444096A468D

View file

@ -72,7 +72,7 @@ Super Karel is an extension to the basic Karel the Karel library. Super Karel is
- `no_beepers_present :: Karel -> Bool`<br>
Returns `True` if there is not beeper at the current intersection, `False` if there is a beeper at the current intersection.
- `notFacing :: Direction -> Karel -> Bool`<br>
Returns `True` if Karel is not facing queried direction, `False` if he is facing north.
Returns `True` if Karel is not facing queried direction, `False` if he is not.
- `notFacingNorth :: Karel -> Bool`<br>
Returns `True` if Karel is not facing north, `False` if he is facing north.
- `facingSouth :: Karel -> Bool`<br>