View Source argo (argo v1.0.6)

Summary

Functions

-spec display(Type) -> ok when Type :: dynamic().
-spec display(IoDevice | Type, Type | Options) -> ok
           when IoDevice :: io:device(), Type :: dynamic(), Options :: dynamic().
Link to this function

display(IoDevice, Type, Options)

View Source
-spec display(IoDevice, Type, Options) -> ok
           when IoDevice :: io:device(), Type :: dynamic(), Options :: dynamic().
Link to this function

display_with_lines(Type)

View Source
-spec display_with_lines(Type) -> ok when Type :: dynamic().
Link to this function

display_with_lines(IoDevice, Type)

View Source
-spec display_with_lines(IoDevice | Type, Type | Options) -> ok
                      when IoDevice :: io:device(), Type :: dynamic(), Options :: dynamic().
Link to this function

display_with_lines(IoDevice, Type, Options)

View Source
-spec display_with_lines(IoDevice, Type, Options) -> ok
                      when IoDevice :: io:device(), Type :: dynamic(), Options :: dynamic().
-spec format(Type) -> Output when Type :: dynamic(), Output :: unicode:unicode_binary().
-spec format(Type, Options) -> Output
          when Type :: dynamic(), Options :: dynamic(), Output :: unicode:unicode_binary().
-spec format_error(dynamic(), dynamic()) -> dynamic().
-spec format_with_lines(dynamic()) -> unicode:unicode_binary().
Link to this function

format_with_lines(Type, Options)

View Source
-spec format_with_lines(Type, Options) -> Output
                     when
                         Type :: dynamic(),
                         Options :: dynamic(),
                         Output :: unicode:unicode_binary().