query
On this page

isCoercibleToString

lib.strings.isCoercibleToString

Docs pulled from | This Revision | 12 minutes ago


Check whether a value val can be coerced to a string.

Soft-deprecated function. While the original implementation is available as isConvertibleWithToString, consider using isStringLike instead, if suitable.

Inputs

val
1. Function argument

Type

isCoercibleToString :: a -> bool

Noogle also knows

Aliases