Skip to content

Commit

Permalink
fix: Template type should be opaque
Browse files Browse the repository at this point in the history
  • Loading branch information
Olian04 committed Jun 24, 2024
1 parent d5e4749 commit 08c926a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handles.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import handles/internal/engine
import handles/internal/parser
import handles/internal/tokenizer

pub type Template {
pub opaque type Template {
Template(ast: List(parser.AST))
}

Expand Down

0 comments on commit 08c926a

Please sign in to comment.