Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gargantext-ihaskell
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
gargantext-ihaskell
Commits
e42e509f
Commit
e42e509f
authored
Sep 21, 2015
by
Sumit Sahrawat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Formatting fixes
parent
b2888da8
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
19 additions
and
20 deletions
+19
-20
Widgets.hs
...-display/ihaskell-widgets/src/IHaskell/Display/Widgets.hs
+3
-4
Valid.hs
...askell-widgets/src/IHaskell/Display/Widgets/Bool/Valid.hs
+4
-4
PlaceProxy.hs
...ll-widgets/src/IHaskell/Display/Widgets/Box/PlaceProxy.hs
+4
-5
Proxy.hs
...haskell-widgets/src/IHaskell/Display/Widgets/Box/Proxy.hs
+3
-3
Singletons.hs
...askell-widgets/src/IHaskell/Display/Widgets/Singletons.hs
+1
-1
Types.hs
...ay/ihaskell-widgets/src/IHaskell/Display/Widgets/Types.hs
+4
-3
No files found.
ihaskell-display/ihaskell-widgets/src/IHaskell/Display/Widgets.hs
View file @
e42e509f
...
@@ -41,7 +41,6 @@ import IHaskell.Display.Widgets.String.Text as X
...
@@ -41,7 +41,6 @@ import IHaskell.Display.Widgets.String.Text as X
import
IHaskell.Display.Widgets.String.TextArea
as
X
import
IHaskell.Display.Widgets.String.TextArea
as
X
import
IHaskell.Display.Widgets.Common
as
X
import
IHaskell.Display.Widgets.Common
as
X
import
IHaskell.Display.Widgets.Types
as
X
(
setField
,
getField
,
properties
,
import
IHaskell.Display.Widgets.Types
as
X
(
setField
,
getField
,
properties
,
triggerDisplay
,
triggerDisplay
,
triggerChange
,
triggerClick
,
triggerChange
,
triggerClick
,
triggerSelection
,
triggerSelection
,
triggerSubmit
,
triggerSubmit
,
ChildWidget
(
..
))
ChildWidget
(
..
))
ihaskell-display/ihaskell-widgets/src/IHaskell/Display/Widgets/Bool/Valid.hs
View file @
e42e509f
...
@@ -4,8 +4,8 @@
...
@@ -4,8 +4,8 @@
{-# LANGUAGE TypeSynonymInstances #-}
{-# LANGUAGE TypeSynonymInstances #-}
module
IHaskell.Display.Widgets.Bool.Valid
(
module
IHaskell.Display.Widgets.Bool.Valid
(
-- * The Valid Widget
-- * The Valid Widget
ValidWidget
,
ValidWidget
,
-- * Constructor
-- * Constructor
mkValidWidget
)
where
mkValidWidget
)
where
...
...
ihaskell-display/ihaskell-widgets/src/IHaskell/Display/Widgets/Box/PlaceProxy.hs
View file @
e42e509f
...
@@ -3,10 +3,9 @@
...
@@ -3,10 +3,9 @@
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE TypeSynonymInstances #-}
{-# LANGUAGE TypeSynonymInstances #-}
module
IHaskell.Display.Widgets.Box.PlaceProxy
(
module
IHaskell.Display.Widgets.Box.PlaceProxy
(
-- * The PlaceProxy widget
-- * The PlaceProxy widget
PlaceProxy
,
PlaceProxy
,
-- * Constructor
-- * Constructor
mkPlaceProxy
)
where
mkPlaceProxy
)
where
...
...
ihaskell-display/ihaskell-widgets/src/IHaskell/Display/Widgets/Box/Proxy.hs
View file @
e42e509f
ihaskell-display/ihaskell-widgets/src/IHaskell/Display/Widgets/Singletons.hs
View file @
e42e509f
ihaskell-display/ihaskell-widgets/src/IHaskell/Display/Widgets/Types.hs
View file @
e42e509f
...
@@ -312,7 +312,8 @@ type family WidgetFields (w :: WidgetType) :: [Field] where
...
@@ -312,7 +312,8 @@ type family WidgetFields (w :: WidgetType) :: [Field] where
'[
S
.
Orientation
,
S
.
ShowRange
,
S
.
ReadOut
,
S
.
SliderColor
]
'[
S
.
Orientation
,
S
.
ShowRange
,
S
.
ReadOut
,
S
.
SliderColor
]
WidgetFields
BoxType
=
BoxClass
WidgetFields
BoxType
=
BoxClass
WidgetFields
ProxyType
=
WidgetClass
:++
'[
S
.
Child
]
WidgetFields
ProxyType
=
WidgetClass
:++
'[
S
.
Child
]
WidgetFields
PlaceProxyType
=
WidgetFields
ProxyType
:++
'[
S
.
Selector
]
WidgetFields
PlaceProxyType
=
WidgetFields
ProxyType
:++
'[
S
.
Selector
]
WidgetFields
FlexBoxType
=
WidgetFields
FlexBoxType
=
BoxClass
:++
'[
S
.
Orientation
,
S
.
Flex
,
S
.
Pack
,
S
.
Align
]
BoxClass
:++
'[
S
.
Orientation
,
S
.
Flex
,
S
.
Pack
,
S
.
Align
]
WidgetFields
AccordionType
=
SelectionContainerClass
WidgetFields
AccordionType
=
SelectionContainerClass
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment