Created
August 16, 2019 07:32
-
-
Save cprieto/e9f9f6106d52733012e62b48f431cbc8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(* This is a code fragment in OCaml *) | |
match watever with | |
| (true, _) -> | |
match String.lowecase Path.GetExtension path with | |
| ".sln" | ".csproj" | ".fsproj" -> Path.GetFullPath path | |
_ -> failwith "Whatever" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment