Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linear #61

Merged
merged 7 commits into from Oct 10, 2014
Merged

Linear #61

merged 7 commits into from Oct 10, 2014

Conversation

cchalmers
Copy link
Member

Only works for Double for now. Should be able to work for any (Show n, ToValue n).

Nothing -> return ()
Just isLocal -> isLocalText .= isLocal
F.mapM_ (assign isLocalText)
-- getNumAttr getFontSizeIsLocal sty
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this commented out?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Forgot to delete it :)

@bergey
Copy link
Member

bergey commented Sep 19, 2014

Looks good to me.

@@ -119,7 +125,7 @@ import Diagrams.Core.Compile
import Diagrams.Core.Types (Annotation (..))

-- from diagrams-lib
import Diagrams.Prelude hiding (view)
import Diagrams.Prelude hiding (view, size)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you need to hide size now that you are using sizeSpec?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missed that, thanks. )

@bergey bergey mentioned this pull request Sep 29, 2014
bergey added a commit that referenced this pull request Oct 10, 2014
Migrate from `vector-space` package to `linear`

Make types more polymorphic.
@bergey bergey merged commit 10b1bdf into master Oct 10, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants