Skip to content

Commit 4763bac

Browse files
committed
Update documentation for function application normalization in descr.ex
1 parent fcd2516 commit 4763bac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/module/types/descr.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@ defmodule Module.Types.Descr do
894894
# * Representation:
895895
# - fun(): Top function type (leaf 1)
896896
# - Function literals: {[t1, ..., tn], t} where [t1, ..., tn] are argument types and t is return type
897-
# - Normalized form for function applications: {domain, arrows, arity}
897+
# - Normalized form for function applications: {domain, arrows, arity} is produced by `fun_normalize/1`
898898

899899
# * Examples:
900900
# - fun([integer()], atom()): A function from integer to atom

0 commit comments

Comments
 (0)