gdritter repos hypsibius / master src / Hypsibius / Draw.hs
master

Tree @master (Download .tar.gz)

Draw.hs @masterraw · history · blame

1
2
3
4
5
6
7
8
module Hypsibius.Draw where

import Brick

import Hypsibius.State

draw :: State -> [Widget Int]
draw _ = [str "whoo"]