Skip to content

Instantly share code, notes, and snippets.

@Zolomon
Created November 15, 2013 06:08
Show Gist options
  • Select an option

  • Save Zolomon/7479868 to your computer and use it in GitHub Desktop.

Select an option

Save Zolomon/7479868 to your computer and use it in GitHub Desktop.
data FileSystem = File Name
| Directory Name [FileSystem]
search :: String -> FileSystem -> String
search target (Directory name (x:xs)) = ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment