let Url : Type = { display_text : Text , link : Text } let Project : Type = { name : Text , description : Text , link : Url , languages : List Text } in { Project , Url }