Skip to content

Commit

Permalink
Dialyzer glitch
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksei Matiushkin committed Feb 20, 2024
1 parent f4238c6 commit ed5fa57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/estructura/stream_data.ex
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule Estructura.StreamData do

@typep seed() :: :rand.state()
@typep size() :: non_neg_integer()
@typep generator_fun(a) :: (seed(), size() -> StreamData.LazyAston.t(a))
@typep generator_fun(a) :: (seed(), size() -> StreamData.LazyTree.t(a))

@typedoc """
An opaque type that represents an `Estructura.StreamData` generator that generates values
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Estructura.MixProject do
use Mix.Project

@app :estructura
@version "1.2.8"
@version "1.2.9"

def project do
[
Expand Down

0 comments on commit ed5fa57

Please sign in to comment.