Skip to content

Commit

Permalink
refactor: Use Stanza.Parser.t alias (#7532)
Browse files Browse the repository at this point in the history
Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
  • Loading branch information
rgrinberg authored Apr 11, 2023
1 parent 3650952 commit 578bbb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dune_rules/dune_file.ml
Original file line number Diff line number Diff line change
Expand Up @@ -2159,7 +2159,7 @@ module Stanzas = struct

type Stanza.t += Include of Loc.t * string

type constructors = (string * Stanza.t list Dune_lang.Decoder.t) list
type constructors = Stanza.Parser.t list

let stanzas : constructors =
[ ( "library"
Expand Down

0 comments on commit 578bbb5

Please sign in to comment.