stdlib - 0.0.1

Juvix.Builtin.V1.String

Definitions

builtin string axiom String : TypeSource#

Primitive representation of a sequence of characters.

builtin string-concat axiom ++str : String -> String -> StringSource#

Concatenation of two Strings.