Skip to content

Commit b6223d8

Browse files
committed
Update mdx tests
1 parent a19c90e commit b6223d8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

test/xref2/subst/test.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@ S: sig
7171
type tt/5 = local(SubstituteMe/2,false).t
7272
type uu/4 = local(SubstituteMe/2,false).u
7373
type vv/3 = local(SubstituteMe/2,false).v
74-
(removed=[])end
74+
(removed=[])end (canonical=None)
7575
7676
AFTER
7777
======
7878
S: sig
7979
type tt/6 = r(SubTargets/1).t
8080
type uu/7 = r(SubTargets/1).u
8181
type vv/8 = r(SubTargets/1).v
82-
(removed=[])end
82+
(removed=[])end (canonical=None)
8383
8484
- : unit = ()
8585
```
@@ -139,19 +139,19 @@ module SomeMonad/29 : sig
139139
val map/35 : ([a] r(t/34)) -> ((a) -> b) -> [b] r(t/34)
140140
val join/36 : ([[a] r(t/34)] r(t/34)) -> [a] r(t/34)
141141
(removed=[]))
142-
(removed=[])end
142+
(removed=[])end (canonical=None)
143143
module ComplexTypeExpr/28 : sig
144144
type t/37
145145
include : r(Monad/30) with [r(root(Monad/30).t) = ([r(int) * a] r(t/37) * [a * r(int)] r(t/37))] (sig =
146146
val map/38 : (([r(int) * a] r(t/37) * [a * r(int)] r(t/37))) -> ((a) -> b) -> ([r(int) * b] r(t/37) * [b * r(int)] r(t/37))
147147
val join/39 : (([r(int) * ([r(int) * a] r(t/37) * [a * r(int)] r(t/37))] r(t/37) * [([r(int) * a] r(t/37) * [a * r(int)] r(t/37)) * r(int)] r(t/37))) -> ([r(int) * a] r(t/37) * [a * r(int)] r(t/37))
148148
(removed=[]))
149-
(removed=[])end
149+
(removed=[])end (canonical=None)
150150
module Erase/27 : sig
151151
include : r(Monad/30) with [r(root(Monad/30).t) = a] (sig = val map/40 : (a) -> ((a) -> b) -> b
152152
val join/41 : (a) -> a
153153
(removed=[]))
154-
(removed=[])end
154+
(removed=[])end (canonical=None)
155155
(removed=[])
156156
```
157157

@@ -185,7 +185,7 @@ module SwappedVars/53 : sig
185185
val join/61 : ([e * [e * a] r(t/59)] r(t/59)) -> [e * a] r(t/59)
186186
val both/62 : ([e * a] r(t/59)) -> ([e * b] r(t/59)) -> [e * (a * b)] r(t/59)
187187
(removed=[]))
188-
(removed=[])end
188+
(removed=[])end (canonical=None)
189189
(removed=[])
190190
```
191191

@@ -213,6 +213,6 @@ module M/68 : sig
213213
include : r(S/69) with [r(root(S/69).t) = [(alias (poly_var [ `A of (a * b) ]) b)] r(t/72)] (sig =
214214
val map/73 : ([(alias (poly_var [ `A of (a * b) ]) b)] r(t/72)) -> ((a) -> b) -> [(alias (poly_var [ `A of (b * b) ]) b)] r(t/72)
215215
(removed=[]))
216-
(removed=[])end
216+
(removed=[])end (canonical=None)
217217
(removed=[])
218218
```

0 commit comments

Comments
 (0)