Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save chrissound/7ceb1d4651809363e2dcde41813d3d95 to your computer and use it in GitHub Desktop.

Select an option

Save chrissound/7ceb1d4651809363e2dcde41813d3d95 to your computer and use it in GitHub Desktop.
data MyFull a = MyFull deriving (Show, Read)
instance LayoutClass MyFull a where
description MyFull = "My experiment"
pureLayout MyFull rectangle stack = [(a, Rectangle 50 50 200 300)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment