Skip to content

Commit b9b763a

Browse files
committed
Remove the remaining between_* type.
1 parent e376288 commit b9b763a

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

lib/html_types.mli

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -701,17 +701,6 @@ and phrasing =
701701
| core_phrasing
702702
]
703703

704-
type (+'a, +'b) between_phrasing_and_phrasing_without_interactive =
705-
( [< core_phrasing
706-
| ([< phrasing_without_interactive] as 'b,
707-
phrasing_without_noscript,
708-
phrasing,
709-
phrasing_without_media) transparent
710-
> `Abbr `B `Bdo `Br `Canvas `Cite `Code `Command
711-
`Datalist `Del `Dfn `Em `I `Img `Picture `Ins `Kbd `Map `Mark `Meter
712-
`Noscript `Object `PCDATA `Progress `Q `Ruby `Samp `Script
713-
`Small `Span `Strong `Sub `Sup `Svg `Template `Time `U `Var `Wbr ] as 'a)
714-
715704
(** Phrasing without the interactive markups *)
716705
type phrasing_without_dfn =
717706
[

0 commit comments

Comments
 (0)