Bengt Kleberg <Bengt.Kleberg@REDACTED> writes: > %% @spec free_vars(Text::string()) -> string() This declaration is totally wrong actually. I hacked Richard's function to return a list of atoms instead of a string, but didn't update the type declaration (until now). Someone should write a static type checker to find these problems. ;-) Cheers, Luke