diff options
Diffstat (limited to 'src/Data/JLD/Model/InverseContext.hs')
| -rw-r--r-- | src/Data/JLD/Model/InverseContext.hs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Data/JLD/Model/InverseContext.hs b/src/Data/JLD/Model/InverseContext.hs new file mode 100644 index 0000000..fe4b516 --- /dev/null +++ b/src/Data/JLD/Model/InverseContext.hs | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | module Data.JLD.Model.InverseContext (InverseContext) where | ||
| 2 | |||
| 3 | import Data.JLD.Prelude | ||
| 4 | |||
| 5 | type InverseContext = Map (Text, Text, Text, Text) Text | ||
