module API where data Interface = Interface { code :: String } plugin :: Interface plugin = Interface { code = undefined }