Haex.Example.PersonRec (haex v0.0.1)

Link to this section Summary

Link to this section Types

Link to this section Functions

Link to this function

person_rec(name, social_media, age, height, favourite_ice_cream, standard_quote)

Specs

person_rec(
  name :: String.t(),
  social_media :: [Haex.Example.SocialMedia.t()],
  age :: integer(),
  height :: float(),
  favourite_ice_cream :: String.t(),
  standard_quote :: String.t()
) :: t()