Skip to content

Commit

Permalink
oopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
jjl committed Mar 10, 2021
1 parent c5de6ab commit 46688eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Toestand.purs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module Toestand
( module Toestand.Changes
, module Toestand.Classes
, module Toestand.Boxes
-- , module Toestand.Records
, module Toestand.Records
) where

import Toestand.Boxes ( Box, useBox, useFocused, useLive )
Expand All @@ -14,4 +14,4 @@ import Toestand.Changes
import Toestand.Classes
( class Read, class Write, class ReadWrite
, read, listen, write, write_, modify, modify_ )

import Toestand.Records (useFocusedFields, useFocusedFields')
2 changes: 1 addition & 1 deletion src/Toestand/Records.purs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- | Utilities for generating focused boxes from boxes that contain records
module Toestand.Magic
module Toestand.Records
( useFocusedFields, useFocusedFields' -- useful
, class UseFocusedFields, useFocusedFieldsImpl -- impl bullshit
) where
Expand Down

0 comments on commit 46688eb

Please sign in to comment.