8000 GitHub - W95Psp/ppx_matches: Translates [%matches? <PATTERN>] into (function | <PATTERN> -> true | _ -> false)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

License

Notifications You must be signed in to change notification settings

W95Psp/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

  • OCaml 100.0%
0