Skip to content

Underscore

Bruno B requested to merge underscore into master

Implements the following sequence of replacements :

  • list : list -> Datatypes.list, list_ -> list
  • option : option -> Datatypes.option, option_ -> option
  • set : set -> set.set, set_ -> set

Probably needs rebasing.

Edited by Bruno B

Merge request reports