mateamt/src/Model/Role.hs

6 lines
154 B
Haskell
Raw Normal View History

2020-05-10 06:35:32 +00:00
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE Arrows #-}
{-# LANGUAGE ScopedTypeVariables #-}
module Model.Role where