Difference between revisions of "Talk:Git"

From HaskellWiki
Jump to navigation Jump to search
(XReference necessary?)
 
m
 
Line 1: Line 1:
 
In the example code we have all these implicit XReference types. Due to the immutable core (and Haskell's non-strict semantics), I think we can do without them and directly put the types there.
 
In the example code we have all these implicit XReference types. Due to the immutable core (and Haskell's non-strict semantics), I think we can do without them and directly put the types there.
 
--[[User:Aristid|Aristid]] 15:29, 7 September 2012 (UTC)
 
--[[User:Aristid|Aristid]] 15:29, 7 September 2012 (UTC)
  +
  +
Yes that's probably a good idea; got lost in the details.
  +
--[[User:VincentHanquez|VincentHanquez]] 7:20, 10 September 2012 (UTC)

Latest revision as of 10:29, 10 September 2012

In the example code we have all these implicit XReference types. Due to the immutable core (and Haskell's non-strict semantics), I think we can do without them and directly put the types there. --Aristid 15:29, 7 September 2012 (UTC)

Yes that's probably a good idea; got lost in the details. --VincentHanquez 7:20, 10 September 2012 (UTC)