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")

Ramble documentation built on May 1, 2019, 7:17 p.m.