literal: 'literal' is a parser for single symbols. It will attempt to...

Description Usage Arguments Examples

Description

literal is a parser for single symbols. It will attempt to match the single symbol with the first character in the string.

Usage

1
literal(char)

Arguments

char

is the character to be matched

Examples

1
literal("a") ("abc")

chappers/Ramble documentation built on May 13, 2019, 3:30 p.m.