module Data.JLD.Model.InverseContext (InverseContext) where import Data.JLD.Prelude type InverseContext = Map (Text, Text, Text, Text) Text