Skip to content

Commit

Permalink
remove opaque
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfurinn committed Aug 30, 2023
1 parent 04afb61 commit 3fc49e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/wongi/engine.ex
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,11 @@ defmodule Wongi.Engine do
alias Wongi.Engine.Entity
alias Wongi.Engine.Rete

@opaque t() :: Wongi.Engine.Rete.t()
@opaque wme() :: Wongi.Engine.WME.t()
@type t() :: Wongi.Engine.Rete.t()
@type wme() :: Wongi.Engine.WME.t()
@type fact() :: {any(), any(), any()} | wme()
@type template() :: {any(), any(), any()} | wme()
@opaque rule() :: Wongi.Engine.DSL.Rule.t()
@type rule() :: Wongi.Engine.DSL.Rule.t()

@doc """
Creates a new engine instance.
Expand Down

0 comments on commit 3fc49e1

Please sign in to comment.