From 8e0171e90d9e992ae92b6ec612b8d74e68d441b9 Mon Sep 17 00:00:00 2001 From: Chris Allen Date: Sun, 11 Jan 2015 11:42:33 -0600 Subject: [PATCH] formatting --- dialogues.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dialogues.md b/dialogues.md index 4354afc..6d4190d 100644 --- a/dialogues.md +++ b/dialogues.md @@ -1387,7 +1387,8 @@ which might be why I find it odd 16:26 < Lindrian> why? 16:28 < Lindrian> I need to remember the functionality of seq, par and pseq. 16:28 < Lindrian> seq forces evaluation of the first argument, before returning the second? -par creates a "spark" that allows the first argument to be evaluated at the same time the second is being returned? +par creates a "spark" that allows the first argument to be evaluated at the same time the +second is being returned? 16:28 < Lindrian> I thinkkkkk 16:30 < Lindrian> damn cant remember pseq, gotta look it up 16:31 < Lindrian> oh right, pseq evaluates the left before returning the right, guaranteed.