YuMingLiao
YuMingLiao
Concur is the most easy way I have ever seen to design a UI! Is it possible to use Concur/ concur-replica to design UIs for android or iOS?
allow csv TextAtom parser to accept parens and commas in order to accept descriptions like "abc(abc)" or "a, b, c"
``` TutorialD (master/main): :showexpr true where true = true ERR: NoSuchAttributeNamesError (fromList ["true"]) TutorialD (master/main): :showexpr true where true /= true ┌┐ ││ └┘ TutorialD (master/main): :showexpr true where relation{tuple{}}...
` TutorialD (master/main): a :: {a Maybe Integer} TutorialD (master/main): insert a relation{tuple{ a Nothing}} ERR: TypeConstructorTypeVarMissing "a" `
In tutorial, a lot of example needs :showexpr to see results. But in ghci, there is no need to type show. You just type it and it will show what...
Since project-m36 imeplement ADT to represent structural messages, it may worth to have a user-defined show for ConstructedAtom. (and further, for AttributeName) However, for now, not all ConstructedAtom come from...
Hi, I may found an issue when trying atom functions. In tuorial, `max` is for int. in code, `max` is defined for `IntegerAtom` but it doesn't work for IntegerAtom as...
Hi, @agentm I was creating a schema by trying project-m36-typed example with `CrashSafePersistence` db, and then tried to test an insert by tutd. But I can't find a way to...
Thanks for @agentm 's opinion, in order to explore more practical usage from relational algebra, we may need > a new type and processing engine for converting Relations to DataFrames...
Just leave here for future reference.