Home
last modified time | relevance | path

Searched refs:dropEquals (Results 1 – 1 of 1) sorted by relevance

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Compiler/JS/
H A DCompiler.hs364 [CompilerPragma _ s] -> Just (dropEquals s)
368 dropEquals = dropWhile $ \ c -> isSpace c || c == '=' function