Remove RankNTypes from UToy.Table

This commit is contained in:
Paul Brinkmeier 2023-03-07 04:30:28 +01:00
parent c7e378122d
commit aab3dfe5c1

View File

@ -1,5 +1,4 @@
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE RankNTypes #-}
module UToy.Table (Cell, cl, cr, render) where