Skip to content

wrbs/ppx_matches

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ppx_matches

Translates

[%matches? Some 2]

into

(function | Some 2 => true | _ => false) : int option -> bool

About

Translates [%matches? <PATTERN>] into (function | <PATTERN> -> true | _ -> false)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages