Skip to content

Add startOfInput #187

@singpolyma

Description

@singpolyma
startOfInput :: Parser t ()
startOfInput = Parser $ \t pos more lose succ ->
	if pos == 0 then
		succ t pos more ()
	else
		lose t pos more [] "startOfInput"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions