CurryInfo: base-3.4.0 / Data.List.delete

definition: Info
 
delete                :: Eq a => a -> [a] -> [a]
delete                 = deleteBy (==)
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Deletes the first occurrence of an element in a list.
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> {deleteBy}}
name: Info
 delete
precedence: Info
 no precedence defined
result-values: Info
 {deleteBy}
signature: Info
 Prelude.Eq a => a -> [a] -> [a]
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms