Skip to content

Commit

Permalink
cahnge $ -> {
Browse files Browse the repository at this point in the history
Signed-off-by: lubegasimon <lubegasimon73@gmail.com>
  • Loading branch information
lubegasimon committed Feb 3, 2021
1 parent 14b300d commit e0068cb
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/xref2/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -1664,7 +1664,7 @@ let m_e_i_s_value mod_name n val_name =
type_ =
Odoc_model.Lang.TypeExpr.Constr
(`Identifier
(`Type (`Module (`Root (`RootPage None, Root), Foo3), $t$2), false),
(`Type (`Module (`Root (`RootPage None, Root), Foo3), {t{2), false),
[])}
```

Expand Down Expand Up @@ -1701,7 +1701,7 @@ let sg = Common.signature_of_mli_string test_data;;
{Odoc_model.Lang.Signature.items =
[Odoc_model.Lang.Signature.Type (Odoc_model.Lang.Signature.Ordinary,
{Odoc_model.Lang.TypeDecl.id =
`Type (`Module (`Root (`RootPage None, Root), Foo3), $t$3);
`Type (`Module (`Root (`RootPage None, Root), Foo3), {t{3);
doc = [];
equation =
{Odoc_model.Lang.TypeDecl.Equation.params = []; private_ = false;
Expand All @@ -1722,15 +1722,15 @@ let sg = Common.signature_of_mli_string test_data;;
type_ =
Odoc_model.Lang.TypeExpr.Constr
(`Identifier
(`Type (`Module (`Root (`RootPage None, Root), Foo3), $t$3), false),
(`Type (`Module (`Root (`RootPage None, Root), Foo3), {t{3), false),
[])}];
compiled = false}
# Common.LangUtils.Lens.get (module_expansion_include_sig "Foo3" 1) sg;;
- : Odoc_model.Lang.Signature.t =
{Odoc_model.Lang.Signature.items =
[Odoc_model.Lang.Signature.Type (Odoc_model.Lang.Signature.Ordinary,
{Odoc_model.Lang.TypeDecl.id =
`Type (`Module (`Root (`RootPage None, Root), Foo3), $t$4);
`Type (`Module (`Root (`RootPage None, Root), Foo3), {t{4);
doc = [];
equation =
{Odoc_model.Lang.TypeDecl.Equation.params = []; private_ = false;
Expand All @@ -1751,7 +1751,7 @@ let sg = Common.signature_of_mli_string test_data;;
type_ =
Odoc_model.Lang.TypeExpr.Constr
(`Identifier
(`Type (`Module (`Root (`RootPage None, Root), Foo3), $t$4), false),
(`Type (`Module (`Root (`RootPage None, Root), Foo3), {t{4), false),
[])}];
compiled = false}
```
Expand Down Expand Up @@ -1791,7 +1791,7 @@ let sg = Common.signature_of_mli_string test_data;;
{Odoc_model.Lang.Signature.items =
[Odoc_model.Lang.Signature.Type (Odoc_model.Lang.Signature.Ordinary,
{Odoc_model.Lang.TypeDecl.id =
`Type (`Module (`Root (`RootPage None, Root), Foo3), $t$5);
`Type (`Module (`Root (`RootPage None, Root), Foo3), {t{5);
doc = [];
equation =
{Odoc_model.Lang.TypeDecl.Equation.params = []; private_ = false;
Expand Down Expand Up @@ -1819,7 +1819,7 @@ let sg = Common.signature_of_mli_string test_data;;
type_ =
Odoc_model.Lang.TypeExpr.Constr
(`Identifier
(`Type (`Module (`Root (`RootPage None, Root), Foo3), $t$5), false),
(`Type (`Module (`Root (`RootPage None, Root), Foo3), {t{5), false),
[])}];
compiled = false}
```
Expand Down Expand Up @@ -1858,7 +1858,7 @@ let sg = Common.signature_of_mli_string test_data;;
{Odoc_model.Lang.Signature.items =
[Odoc_model.Lang.Signature.Module (Odoc_model.Lang.Signature.Ordinary,
{Odoc_model.Lang.Module.id =
`Module (`Module (`Root (`RootPage None, Root), Foo3), $Bar$7);
`Module (`Module (`Root (`RootPage None, Root), Foo3), {Bar{7);
doc = [];
type_ =
Odoc_model.Lang.Module.Alias
Expand All @@ -1875,7 +1875,7 @@ let sg = Common.signature_of_mli_string test_data;;
Odoc_model.Lang.TypeExpr.Constr
(`Dot
(`Identifier
(`Module (`Module (`Root (`RootPage None, Root), Foo3), $Bar$7),
(`Module (`Module (`Root (`RootPage None, Root), Foo3), {Bar{7),
true),
"t"),
[])}];
Expand Down

0 comments on commit e0068cb

Please # to comment.