module Language.OCaml.Parser.SimplePattern.Test ( testStrings ) where testStrings :: [String] testStrings = [ "_" , "a" , "A" , "A.B" ]