n-ary-fun-printing #61

Open
Olivier wants to merge 9 commits from n-ary-fun-printing into master
Owner
There is no content yet.
Olivier added 10 commits 8 months ago
gasche approved these changes 8 months ago
let print_nary_abstraction abs print_arg args rhs =
string abs
^^ List.fold_left (fun acc arg -> acc ^^ space ^^ print_arg arg) empty args
Collaborator

Ceci est separate_map space print_arg args

Ceci est `separate_map space print_arg args`
Collaborator

Enfin techniquement space ^^ separate_map ... je crois.

Enfin techniquement `space ^^ separate_map ...` je crois.
Collaborator

J'ai relu, c'est bien comme changement, mais attention, il y a plein de commits non-liés dans l'historique, donc il ne faudrait pas "merger" maintenant.

(J'ai mis une petite remarque sur un bout que tu peux simplifier en utilisant un combinateur de pprint déjà existant)

J'ai relu, c'est bien comme changement, mais attention, il y a plein de commits non-liés dans l'historique, donc il ne faudrait pas "merger" maintenant. (J'ai mis une petite remarque sur un bout que tu peux simplifier en utilisant un combinateur de pprint déjà existant)

Reviewers

gasche approved these changes 8 months ago
This pull request has changes conflicting with the target branch.
client/Printer.ml
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: Olivier/inferno-experimental#61
Loading…
There is no content yet.