Skip to content

Instantly share code, notes, and snippets.

@UnkindPartition
Created February 23, 2015 10:00
Show Gist options
  • Save UnkindPartition/6805bbe413aff32f2cfe to your computer and use it in GitHub Desktop.
Save UnkindPartition/6805bbe413aff32f2cfe to your computer and use it in GitHub Desktop.
pub enum RE<S, F:Fn(S,bool)> {
Eps,
Symbol(F)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment