summaryrefslogtreecommitdiff
path: root/src/example.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/example.ml')
-rw-r--r--src/example.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/example.ml b/src/example.ml
index 86c4f5b..4971448 100644
--- a/src/example.ml
+++ b/src/example.ml
@@ -86,6 +86,6 @@ module Example (K : Kahn.S) = struct
end
-module E = Example(Kahn_pipe.Pipe)
+module E = Example(Kahn_seq.Seq)
let () = E.K.run E.main2