| Name | Category | Theorems |
all 📖 | CompOp | 1 math, 1 bridgemath: String.all_eq bridge: String.all_iff
|
any 📖 | CompOp | 1 math, 1 bridgemath: String.any_eq bridge: String.any_iff
|
anyAux 📖 | CompOp | 1 mathmath: String.anyAux_of_valid
|
back 📖 | CompOp | 2 mathmath: String.back_eq, String.back_eq_get_prev_rawEndPos
|
contains 📖 | CompOp | 1 bridgebridge: String.contains_iff
|
drop 📖 | CompOp | 3 mathmath: String.drop_eq, String.drop_empty, String.toList_drop
|
dropWhile 📖 | CompOp | 2 mathmath: String.dropWhile_eq, String.toList_dropWhile
|
find 📖 | CompOp | 2 mathmath: String.find_of_valid, String.posOf_eq
|
findAux 📖 | CompOp | 2 mathmath: String.posOfAux_eq, String.findAux_of_valid
|
foldl 📖 | CompOp | 1 mathmath: String.foldl_eq
|
foldlAux 📖 | CompOp | 1 mathmath: String.foldlAux_of_valid
|
foldr 📖 | CompOp | 1 mathmath: String.foldr_eq
|
foldrAux 📖 | CompOp | 1 mathmath: String.foldrAux_of_valid
|
front 📖 | CompOp | 1 mathmath: String.front_eq
|
map 📖 | CompOp | 4 mathmath: String.map_isEmpty_eq_isEmpty, String.map_eq_empty_iff, length_map, String.map_eq
|
mapAux 📖 | CompOp | 1 mathmath: String.mapAux_of_valid
|
posOf 📖 | CompOp | 1 mathmath: String.posOf_eq
|
posOfAux 📖 | CompOp | 1 mathmath: String.posOfAux_eq
|
revFind 📖 | CompOp | 2 mathmath: String.revFind_of_valid, String.revPosOf_eq
|
revFindAux 📖 | CompOp | 2 mathmath: String.revFindAux_of_valid, String.revPosOfAux_eq
|
revPosOf 📖 | CompOp | 1 mathmath: String.revPosOf_eq
|
revPosOfAux 📖 | CompOp | 1 mathmath: String.revPosOfAux_eq
|
take 📖 | CompOp | 2 mathmath: String.take_eq, String.toList_take
|
takeWhile 📖 | CompOp | 2 mathmath: String.toList_takeWhile, String.takeWhile_eq
|