j0sh / ocaml-gensqlite

OCaml ppx preprocessor to generate SQLite3 prepared statements and query functions
Other
12 stars 2 forks source link

Deduplicate repeated named params #3

Open j0sh opened 9 years ago

j0sh commented 9 years ago

Duplicate named params of the same type should only be bound once. (What to do if there are params with the same name but different type?)