aboutsummaryrefslogtreecommitdiffstats
path: root/src/Data/JLD/Model/InverseContext.hs
blob: fe4b516930590d970343af8da84c5367e2215bca (plain) (blame)
1
2
3
4
5
module Data.JLD.Model.InverseContext (InverseContext) where

import Data.JLD.Prelude

type InverseContext = Map (Text, Text, Text, Text) Text