Skip to content

Commit

Permalink
Remove the remaining between_* type.
Browse files Browse the repository at this point in the history
  • Loading branch information
Drup committed Apr 22, 2021
1 parent 6c9dd5b commit abf8a9a
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions lib/html_types.mli
Original file line number Diff line number Diff line change
Expand Up @@ -701,17 +701,6 @@ and phrasing =
| core_phrasing
]

type (+'a, +'b) between_phrasing_and_phrasing_without_interactive =
( [< core_phrasing
| ([< phrasing_without_interactive] as 'b,
phrasing_without_noscript,
phrasing,
phrasing_without_media) transparent
> `Abbr `B `Bdo `Br `Canvas `Cite `Code `Command
`Datalist `Del `Dfn `Em `I `Img `Picture `Ins `Kbd `Map `Mark `Meter
`Noscript `Object `PCDATA `Progress `Q `Ruby `Samp `Script
`Small `Span `Strong `Sub `Sup `Svg `Template `Time `U `Var `Wbr ] as 'a)

(** Phrasing without the interactive markups *)
type phrasing_without_dfn =
[
Expand Down

0 comments on commit abf8a9a

Please sign in to comment.