Content deleted Content added
m Influence by Prolog added |
m linking |
||
Line 71:
not '(not False)' → 'not True' → False
More complex data structures can be obtained by [[recursive data
the type variable {{Mono|a}}), is either the empty list “{{Mono|[]}}” or the non-empty list “{{Mono|x:xs}}” consisting of a first element {{Mono|x}} and a list {{Mono|xs}}:
<source lang="haskell">
|