core: export exactString
This commit is contained in:
parent
59f1eb31d0
commit
3029432699
1 changed files with 1 additions and 0 deletions
|
@ -238,6 +238,7 @@ parseTheseChars cs = do
|
|||
Attempt to parse an exact string
|
||||
|
||||
```idris
|
||||
export
|
||||
exactString : String -> Parser String
|
||||
exactString str with (asList str)
|
||||
exactString "" | [] = pure ""
|
||||
|
|
Loading…
Add table
Reference in a new issue